Question Bank all jobs

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

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

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

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

5. Printing a character as an integer

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

7. A declaration "short int" is used for variables

8. The declaration "unsigned u" indicates u is a/an

9. An external variable

10. Consider the declaration char street[10] = "abcdefghi"; Choose the correct remark(s)

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