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);
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