C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

What will be the output of the following statements ?

long int a = scanf("%ld%ld",&a,&a);
printf("%ld",a);

A. error B. garbage value
C. 0 D. 2.00

Answer: Option B
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion