Programming Languages C Objective
Mar 08, 2013

What will be the output of the following statements ?

int x[4] = {1,2,3};
printf("%d %d %D",x[3],x[2],x[1]);

Choose the correct answer:
A) 032
B) 03%D
C) 321
D) Compiler error
Detailed Explanation

No Explanation

Discussion (0)

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

Share Your Thoughts
Feedback