int
string
class
namespace
typedef int Integer;\'\n
typedef Integer int;\'
Integer typedef int;\'
typedef int integer\'
enum
typedef
0
NULL
Undefined
Depends on the data type
const int a = 10;
int const a = 10;
Both a and b
Neither a nor b
&&
&
|
^
1
2
3
4
*
>>
[]
+
()
||
!
All of the above
if
switch
do-while
else
An integer expression
A floating-point expression
A string expression
5
10
if-else
for
while
Continue
break
goto
exit
nested loop
None of the above
continue
return
6
Infinte
while(1)
for(;;)
do{ } while(1);