Question Bank all jobs

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

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

3. C programming language by itself provides

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

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

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

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

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

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

10. Printing a character as an integer

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