C - Data Types - Discussion

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

 



Q.

As far as can be determined, how many errors exist in the following segment of code?

char *x;
scanf("%c", &x);

A. 0 B. 1
C. 2 D. 3

Answer: Option B
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion