previous
|
start
|
next
C and Java similarities
statement syntax same: if, for, while, return, break, continue, etc.
some operators are the same: +, -, * , /, %, ++, --, ?:
some basic data types are the same: int, float, double, char
comment syntax same
previous
|
start
|
next