What would be the output of the following program? main() { char ch ='A'; printf ("%d%d", sizeof (ch), sizeof ('A')); }

Correct Answer: 1 2

More Questions from Programming

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion