This quiz titled 'Fundamental of C programming' assesses core aspects of C programming, including syntax, control structures, and error handling. It is designed to test understanding and application of basic C programming concepts, making it relevant for beginners and intermediate learners looking to solidify their programming skills.
Int my_num = 100,000;
Int my num = 1000;
Int $my_num = 10000;
Int my_num = 100000;
Rate this question:
Hello World! 1000
Hello World! 34
Compile time error
Hello World! followed by a junk value
Rate this question:
10 times
Infinite times
1 time
0 time
Rate this question:
Compile error
Greater
100
Smaller
Rate this question:
100,200,300
100,300,400
100,200,400
100,300,300
Rate this question:
X and y are not equal
X and y are equal
Run time error
Compile error
Rate this question:
True
False
Rate this question:
Integer
Float
Char
Enum
Rate this question:
Yes
No
Rate this question:
0
'A'
'0'
-9
Rate this question:
True
False
Compile time error
Undefined behaviour
Rate this question:
Inside if
Inside else if
Inside else
Compile time error
Rate this question:
Break statement
Continue statement
If statement
Switch statement
Rate this question:
1.8
1.0
2.0
0.0
Rate this question:
2.000000
4.000000
3.000000
Run time error
Rate this question:
Hello
Infinite hello
Run time error
Nothing
Rate this question:
Hi is printed 8 times, hello 7 times and then hi 2 times
Hi is printed 10 times, hello 7 times
Hi is printed once, hello 7 times
Hi is printed once, hello 7 times and then hi 2 times
Rate this question:
N, n
N+1, n+1
N, n+1
N+1, n
Rate this question:
2
3
4
5
2
4
1
3
Rate this question:
Do-while
If-else
For
While
Rate this question:
1 4
Compile time error
1 2 4
1 3 4
Rate this question:
0
8
11
9
Rate this question:
Double character
Single character
Multiple character
No character
Rate this question:
Quiz Review Timeline (Updated): Feb 17, 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.