Question Bank all jobs

1. নিচের কোনটি মুন্ডরী ভাষার শব্দ?

2. Choose the correct answer

3. The value of an automatic variable that is declared but not initialized will be

4. What is the output of the following 'C' program? main { extern int i; i = 20; print("%d",size of (i)); }

5. If a is an unsigned integer variable whose value is hx6db7, what is the value of -a?

6. In case of ordinary int variables

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

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

9. A static variable

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

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