16. If char=1, int=4, and float=4 bytes size, What will be the output of the program ?
A. 1, 2, 4
B. 1, 4, 4
C. 2, 2, 4
D. 2, 4, 8
17. If the size of the pointer is 32 bits What will be the output of the program?
18. What will be the output of the program?
A. t, t
B. k, k
C. n, k
D. m, f
19. What will be the output of the program?
A. Hello
B. HelloHello
C. No output
D. ello
20. What will be the output of the program?
A. 10
B. 6
C. 5
D. 11