C - Data Types - Discussion

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

 



Q.

What will be the output of the following statement ?

int a=10;
printf("%d &i",a,10);

A. error B. 10
C. 10 10 D. none of these

Answer: Option D
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion