Question Bank all jobs

1. In case of ordinary int variables

2. The declarations typedef float hight [100]; height men, women;

3. The statement # include < math.h> is written at the top of a program to indicate

4. A static variable

5. Consider the following statement #define hypotenuse (a, b) sqrt (a*a + b*b); The macro-call hypotenuse (a + 2, b + 3);

6. The rule for implicit type conversion in 'C' is

7. The variables which can be accessed by all modules in a program, are called

8. C programming language by itself provides

9. C programming language provides operations which deal directly with objects such as

10. In C programming language, if the first and the second operands of operator + are of types int and float, respectively, the result will be of type

Ans.
1 1
2 1
3 3
4 3
5 4
6 1
7 4
8 4
9 3
10 2