Question Bank all jobs

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

2. C programming language by itself provides

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

4. 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

5. The value of ab if ab & 0 x 3f equals 0 x 27 is

6. If the declaration unsigned c:5; is replaced by unsigned : 6; then

7. int i = 5; is a statement in a C program.

8. The program fragment int i = 263 ; putchar (i) ; prints

9. Printing a character as an integer

10. Which of the following 'C' type is not a primitive data structure?

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