A multidimensional array can be expressed in terms of
Q4 / 15
Output of the printf("%-2.3f \n",17.23478) will be
Q5 / 15
continue statement is used
Q6 / 15
Suppose that i is an integer variable whose value is 7 and f is floating point variable whose value is 8.5. Evaluate the following expression : ( i + f)%4
Q7 / 15
What would be the value of x after execution of the following statements?
Q8 / 15
Null character is represented by
Q9 / 15
A Structure in C
Q10 / 15
The memory space that is located between these two regions is available for dynamic allocation during execution of the program. This free memory region is called
Q11 / 15
This function prints a single-line error message on the program’s standard output.
Q12 / 15
In the following C code
Q13 / 15
Consider the following statement #define hypo (a,b) sqrt (a*a+b*b); The macro-call hypo (a+2, b+3):
Q14 / 15
#define max (x,y) x=(x>y)? x:y is a macro definition, which can find the maximum of two numbers x and y if
Q15 / 15
The statement #include is written at the top of a program to indicate