Choose a topic to test your knowledge and improve your C/C skills
What are different storage class specifiers in C?
What is scope of a variable?
How will you print “Hello World†without semicolon?
Swapping of two variable require minimum
When should we use pointers in a C program?
What is NULL pointer?
What is Dangling pointer ?
What is memory leak?
What are local static variables ?
What is difference between i++ and ++i?
What is difference between i++ and ++i?
Execution of every c program starts with-
smallest executable code in c is -
Types of loops in c -
Entry control loop are -
Exit control loops are those
Entry control loops are-
Exit control loop are -
what is HEAP area ?
What is stack area ?
If we allocate memory by malloc in c then it goes to
int a=1; memory allocation is a type of
How many keywords are there in c ?
Which are the basic data type in c ?
void in c language is -
fabs() in c programming are in-
what is the cyclic nature of data type in c ?
Is nested loop exist in c programming-
Nested loop is
What is the difference between declaration and definition of function in c ?
For recursion we require
we can create loop by
exit() function are used to-
exit() function were define in -
which of the following are the modifier in c ?
which of the following are modifier in c ?
for creating random number, we use
rand() function are used to generate random number during execution of program, In which header file it is define ?
Is that possible to store 32768 in an int data type variable ?
for storing number 32768 as a integer, which one is valid ?
Null pointers are possible to use in -
for any type of looping we require-
without the curly braces, the body of while loop is upto
int a this type of declaration is treated as:-
if the declaration of variable is outside the function then it is treated as
is it possible to create customized header file ?
is graphical programming possible by c language ?
Canvas programming in c are those which deal with the
c language is-
Ascii value of A is -