0

scanf("%c",char a);

Why this statement is wrong.

24th Dec 2019, 6:57 AM
Atulit Anand
1 Answer
0
There is no syntax like that. You must initialize the variable at beginning. Char a; scanf("%c", &a) ;
29th Jun 2020, 6:59 PM
Darshan R
Darshan R - avatar