Answers for "read char stdin c"

C
0

stdin char c

char opt;
printf("insert char: ");
scanf("%c", &opt);
Posted by: Guest on April-12-2021

Code answers related to "C"

Browse Popular Code Answers by Language