Programming Languages C Objective
Jan 02, 2013

What will be the output of the following statement ?
printf("%X%x%ci%x",11,10,'s',12);

Choose the correct answer:
A) basc
B) ba
C) Bas94c
D) error
Detailed Explanation

The out put of the program is basc.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback