This test is to rate your fundamental C concepts
Debugging
Compilation
Executing
Running
Pre-decrement
Pre-increment
Post increment
Post decrement
Martin Richards
Ken Thompson
Peter Norton
Dennis Ritchie
− >
>
>>
%u
%d
%c
%s
-10
10
4
2
:=
==
.EQ
=
8
2
10
4
Nested if
If-then-else
While
Do-while
2
1
0
6
20,000
15 750
$1000
65432
Array
Structure
Typedef
Union
Negate the contents of S and B
Swap the contents of S and B
Transfer the contents of S to B
Transfer the contents of B to S
( )
[ ]
{ }
/ /
#define MYCONST 5
Var int MYCONST=5
Int myconst = 5;
Constant MYCONST = 5;
!=
= =
=
: =
1
Nothing
Something not known
0
P =0 q = 0
P = 0 q = 1
P = 1 q= 0
P = 1 q = 1
Getch ( )
Gets( )
Getche ( )
Scanf ( )
Choice
Case
For
Volatile
0 to 512
0 to 255
-128 to 127
-32, 768 to 32,767
3
1
2
0
Divide by zero error
Logical errors
Run - time errors
Syntax errors
%
-
=
+
A lower case
An underscore
A number
An upper case letter
Rectangles
Parellograms
Circles
Rectangle with rounded end
-128 to 127
-64 to 64
0 to 255
-127 to 128
Getchar()
Gets()
Getche()
Getchr()
Any number
2
3
1
Alphabet followed by digit
Keywords
Alphabet
Library function name
( ), &&, *,/,+,-
( ), &&, / , *, +, -
( ),&&,*or / + or -;
( ), / or *, - or +
Main
Void
Const
Sizeof
A b
A b error
A
Error
0
2
1
5
2 2 4
2 3 3
3 3 3
2 3 4
Printf
Putchar
Scanf
Getchar
A void
An integer
A character
A float
Error
1.5
0.5
1.00
Logical operators
Arithmetic operators
Conditional expression
Bitwise operators
Quiz Review Timeline (Updated): Jul 30, 2011 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
C Language MCQ Exam Trivia! Quiz
Dive into the intricacies of C programming with this engaging MCQ Exam Trivia! Quiz. Test your knowledge on variable declarations, operators, pointers, and data types. Perfect for...
Questions:
15 |
Attempts:
361 |
Last updated:
Mar 21, 2023
|
C Programming Quiz: Practice Exam!
This C Programming Quiz: Practice Exam tests understanding of C syntax and functions, assessing skills through code snippets and problem-solving scenarios. Ideal for learners...
Questions:
50 |
Attempts:
401 |
Last updated:
Mar 21, 2023
|
Copy Of C Quiz
This 'Copy of C Quiz' assesses knowledge in C programming, covering fundamentals like language history, syntax, and loop behaviors. It tests understanding of variable usage,...
Questions:
10 |
Attempts:
170 |
Last updated:
Mar 18, 2023
|
Decode The Code By ISTE(Indian Society For Technical Education)
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...
Questions:
15 |
Attempts:
343 |
Last updated:
Mar 30, 2023
|
Advanced Computer Programming
This advanced quiz in C programming tests knowledge on array operations, pointer basics, and error handling in code. It's designed to challenge and enhance the programming skills...
Questions:
25 |
Attempts:
732 |
Last updated:
Mar 21, 2023
|
Online Test : C Programming Part II
This 'Online Test: C Programming Part II' assesses understanding of function behavior, recursion, parameter passing, and output prediction in C programming. Ideal for learners...
Questions:
25 |
Attempts:
207 |
Last updated:
Feb 17, 2023
|
Wait!
Here's an interesting quiz for you.