.
Four is Z
Three is Z
Compiler error
Two is Z
Int and float
Extern
Both 1 & 2
Neither 1 nor 2
The value of a is 2 The value of a is 2
The value of a is 2 The value of a is 3
The value of a is 1 The value of a is 10
Compiler error
G
E
F
Compiler Error
99
Compiler Error
Runtime Error
C
1 2 3 4 5
It prints an infinite loop of numbers
1 2 3 4
1
Successful
Compiler error
Compiler warning
None of these
Mutable
Volatile
Static
None of these
It will print "you are in fun" endlessly
Infinite loop
It is an example of tree recursion
Stack overflow
Main(int argc, char argv)
Main(char argv[ ], int *argc)
Main(char* argv[ ],int argc)
Main(int argc,char* argv[ ])
Wait!
Here's an interesting quiz for you.