Answers for "write a c program that will take an input string from user"

C
4

string input c

scanf("%[^\n]s", &name);//Take input while '\n' not occur
Posted by: Guest on April-29-2022

Code answers related to "write a c program that will take an input string from user"

Code answers related to "C"

Browse Popular Code Answers by Language