301
.
12
?
'a'
?
"a"
?
4.28915
(the question is about how the compiler treats the constant, not the type in which the value will fit)?
FooBar
?
FooBar()
?
0xAF
?
' x '
?
'\n'
?
#include <header1> #include "header2.h"
total
that is type double
.
sum
that is type int
.
/*int main() { . . . return 0; }*/
statement1; //statement2; // does something neat statement3; statement4;