+ 2
What is the use of * in c programming
Int x; Char text [20]; scanf("%*f",&x); Printf("%d",x);
4 Respuestas
+ 5
In scanf(), an asterisk means that the specified input is read but not assigned to any memory location.
+ 1
Please define it
+ 1
Ok bro tnx 🤗
0
Melu I had already defined it. What am I missing?