1. Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
2.What are the types of linkages?
3.Which of the following special symbol allowed in a variable name?
4.By default a real number is treated as a
5.Is the following statement a declaration or definition?
extern int i;
6.Which of the following cannot be checked in a switch-case statement?
7.What is (void*)0?
8.In which header file is the NULL macro defined?
9.If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?
10.What would be the equivalent pointer expression for referring the array element a[i][j][k][l]