Operators
Datatypes
Arrays
Functions
Pointers
100

Only Operator which takes integers

Modulus Operator

100

They are the primitive datatypes in C

double

100

Multiplication of two matrices is defines by

two dimensional array

100

Which of the following is a correct format for declaration of function

return-type function-name(argument type);

100

int *ptr, p;

ptr is a pointer to integer, p is not

200

Increment Operator in C

++

200

Output of an arithmetic expression with integers and real numbers is by default -----

integer

200

The keyword is used to make the array size optional in C language during array declaration

Extern

200

use a function as a parameter of another function? [Eg: void wow(int func())].

C does not support it

200

const int *ptr;

You cannot change the value pointed by ptr

300

==

Equal to operator

300

If both numerator and denominator of the equation are integers, the result is 

Integer

300

It can store any data-type sequentially

Array

300

The value obtained in the function is given back to main by using ________ keyword

Return

300

Pointer to pointer concept available in C

Yes

M
e
n
u