Answer Posted / valli
char a[50];
use scanf(" %[^\n]",a);
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Does sprintf put null character?
What is atoi and atof in c?
Is there any demerits of using pointer?
Explain pointers in c programming?
What are the different types of data structures in c?
Explain how can I manipulate strings of multibyte characters?
How do you define a string?
What is static function in c?
What is the benefit of using an enum rather than a #define constant?
how to write a c program to print list of fruits in alpabetical order?
What is c method?
What is a char in c?
what is recursion in C
How do you convert strings to numbers in C?