The 'Decode The Code by ISTE' quiz tests proficiency in C programming with questions on code outputs, memory management, and recursive functions. It assesses critical thinking and problem-solving skills in a technical context, suitable for students and professionals.
Char p = *malloc(100);
Char *p = (char) malloc(100);
Char *p = (char*)malloc(100);
Char *p = (char *)(malloc*)(100);
Rate this question:
11 11
12 12
4 12
4 11
Rate this question:
Compile time error
4
1
2
Rate this question:
Infinite times
32767 time
65535 times
Till stack overflows
Rate this question:
A
B
C
Both a and b
Rate this question:
Compilation error
0
1
Any nonzero value
Rate this question:
24
4
12
10
Rate this question:
1 4
Compilation error
1 2 4
1 3 4
Rate this question:
A
A B
B B
Error in opening file 'file1.c'
Rate this question:
Ffff
0000
00ff
Ddfd
Rate this question:
Nothing
Compile time error
Junk
8
Rate this question:
How r u 7 2
How r u 8 2
How r u 1 1
Error: cannot assign printf to variable
Rate this question:
4
2
8
Garbage Value
Rate this question:
10
Garbage value
10.100000
Error
Rate this question:
Quiz Review Timeline (Updated): Mar 30, 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.