Blind Coding C Programming Quiz tests knowledge of C syntax, control structures, and memory management. It evaluates understanding of ASCII values, conditional operators, function behavior, and array size calculation, enhancing essential C programming skills.
%, *, /, +, –
%, +, /, *, –
+, -, %, *, /
%, +, -, *, /
Rate this question:
5
4
6
7
Rate this question:
Strstr()
Strrev()
Revstr()
Strreverse()
Rate this question:
Yes
No
Rate this question:
True
False
Rate this question:
!=
&&
?:
,
Rate this question:
Dealloc();
Malloc(variable_name, 0)
Free();
Memalloc(variable_name, 0)
Rate this question:
Dealloc();
Malloc(variable_name, 0)
Free();
Memalloc(variable_name, 0)
Rate this question:
Yes
No
Rate this question:
Yes
No
Rate this question:
Error
-11, 34
11, 34
None of these
Rate this question:
Yes
No
Rate this question:
Yes
No
Rate this question:
Yes
No
Rate this question:
Yes
No
Rate this question:
True
False
May be
None of the mentioned
Rate this question:
&&
>>=
?:
->
Rate this question:
Error: Statement missing
Error: Expression syntax
Error: Lvalue required
Error: Rvalue required
Rate this question:
Error: in structure declaration
Linker Error
No Error
None of above
Rate this question:
15
16
15.6
10
Rate this question:
F is a pointer variable of function type.
F is a function returning pointer to an int.
F is a function pointer.
F is a simple declaration of pointer variable.
Rate this question:
45 65
65 45
65
Compilation error
Rate this question:
32
45
Compile time error
Varies
Rate this question:
Cmp is a pointer to an void type
Cmp is a void type pointer variable.
Cmp is a function that return a void pointer.
Cmp function returns nothing.
Rate this question:
1200, 1202, 1204
1200, 1200, 1200
1200, 1204, 1208
1200, 1202, 1200
Rate this question:
* / % + - =
= * / % + -
/ * % - + =
* % / - + =
Rate this question:
128 characters
256 characters
67 characters
It may vary from one operating system to another
Rate this question:
fp = fopen(“abc.txt”, “r”);
Fp = fopen(“/home/user1/abc.txt”, “w”);
Fp = fopen(“abc”, “w”);
None of the mentioned
Rate this question:
Right to Left
Left to Right
Random fashion
Both (a) and (b)
Rate this question:
Compile time error
An integer in the range 0 to 9000
A float in the range 0 to 1
A double in the range 0 to 9000
Rate this question:
4, 4, 4
2, 2, 2
2, 8, 4
2, 4, 8
Rate this question:
No output
30
3
300
Rate this question:
Yes
No
Rate this question:
Nullp nullq
Depends on the compiler
X nullq where x can be p or nullp depending on the value of NULL
p q
Rate this question:
Compilation error
Undefined behavior
Whatever user types
None of the mentioned
Rate this question:
3
1
Compile time error
Run time error
Rate this question:
Error: in structure declaration
Linker Error
No Error
None of above
Rate this question:
A. a>b ? c=30 : c=40;
A>b ? c=30;
Max = a>b ? a>c?a:c:b>c?b:c
Return (a>b)?(a:b)
Rate this question:
External linkage
External scope
Global scope
Global linkage
Rate this question:
Compile time error
Hello
Undefined behaviour
Hellon
Rate this question:
Character
Integer
Float
Enum
Rate this question:
Compile time error
Segmentation fault/runtime crash
10
Undefined behaviour
Rate this question:
Prints the number that was entered
Segmentation fault
Nothing
Varies
Rate this question:
Error
IndiaBIX
BIX
None of above
Rate this question:
The code generates an infinite loop
The code prints all ASCII values and its characters
Error: x undeclared identifier
Error: while statement missing
Rate this question:
char
Short
Int
Float
Rate this question:
Error: in Array declaration
Error: printf statement
Error: unspecified character in printf
No error
Rate this question:
Hellonworld!
Hello world!
hello
Hello world!
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 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.