This Computer Quiz focuses on basic C programming concepts, testing knowledge through code outputs and understanding of language constructs like storage classes and control structures. Ideal for beginners aiming to enhance their programming skills.
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
Rate this question:
99
Compiler Error
Runtime Error
C
Rate this question:
Four is Z
Three is Z
Compiler error
Two is Z
Rate this question:
G
E
F
Compiler Error
Rate this question:
Mutable
Volatile
Static
None of these
Rate this question:
It will print "you are in fun" endlessly
Infinite loop
It is an example of tree recursion
Stack overflow
Rate this question:
Successful
Compiler error
Compiler warning
None of these
Rate this question:
1 2 3 4 5
It prints an infinite loop of numbers
1 2 3 4
1
Rate this question:
Main(int argc, char argv)
Main(char argv[ ], int *argc)
Main(char* argv[ ],int argc)
Main(int argc,char* argv[ ])
Rate this question:
Quiz Review Timeline (Updated): Mar 18, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.