Programming Languages C Objective
Jan 02, 2013

What will be the output of the following statements ?
long int a = scanf("%ld%ld",&a,&a); printf("%ld",a);

Choose the correct answer:
A) 4
B) error
C) garbage value
D) 00
Detailed Explanation

This statement show the garbage value.

Discussion (0)

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

Share Your Thoughts
Feedback