Programming Languages C Objective
Mar 08, 2013

What will be output of the following c code?

void main()
 {
  int x=5,y=10,z=15;
  printf("%d %d %d");
 }

Choose the correct answer:
A) 9 6 3
B) 3 6 9
C) Runtime error
D) Compiler error
Detailed Explanation

No Explanation

Discussion (0)

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

Share Your Thoughts
Feedback