The 'DEXTERITY - C Programming Contest' quiz evaluates knowledge of C programming, focusing on variable naming, data types, operator precedence, and conditional logic. It's designed to test and enhance the programming skills crucial for software development.
Int number;
Float floating;
double doubleint;
All
Rate this question:
Char > int > float
Int > char > float
Char < int < double
Double > char > int
Rate this question:
* / % + - =
= * / % + -
/ * % - + =
* % / - + =
Rate this question:
1
0
Undefined behavior
Compile time error
Rate this question:
A *= 10;
A /= 10;
A != 10;
A %= 10;
Rate this question:
0, 0.0
123828749, 123828749.66
12382874, 12382874.0
123828749, 0.000000
Rate this question:
3 2 3
2 3 3
3 2 2
2 3 4
Rate this question:
File inclusion
Selective inclusion
Conditional compilation
Recursive macros
Rate this question:
4
64
16
None
Rate this question:
Yes no
Yes
No
Compile time error
Rate this question:
Output will be All is Well I am Well
Output will be I am Well I am not a River
Output will be I am Well
Compile time errors during compilation
Rate this question:
10 10
10 20
20 20
Run time error
Rate this question:
True (infinite time)
True (1 time) False
False
Compile error
Rate this question:
Before continue after continue
Before continue
After continue
Compile time error
Rate this question:
An array “a” of pointers.
A pointer “a” to an array.
A ragged array.
None of the mentioned
Rate this question:
1 2 3 junk 4 5
Compile time error
1 2 3 0 4 5
1 2 3 3 4 5
Rate this question:
Run time error
Hi
Infinite hi
Hi hi
Rate this question:
"A.C" "B.C" "C.C"
"B.C" "C.C"
"A.C"
Error in fclose()
Rate this question:
-1, 0, 1, 2, 3, 4
-1, 2, 6, 3, 4, 5
-1, 0, 6, 2, 3, 4
-1, 0, 6, 7, 8, 9
Rate this question:
Quiz Review Timeline (Updated): Mar 16, 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.