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 conio h in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the 5 types of organizational structures?
using for loop sum 2 number of any 4 digit number in c language
What is scope rule of function in c?
FILE PROGRAMMING
Are there constructors in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How many levels of indirection in pointers can you have in a single declaration?
Differentiate between full, complete & perfect binary trees.
List a few unconditional control statement in c.
How can I insert or delete a line (or record) in the middle of a file?
What is volatile c?
What are the disadvantages of c language?
What is a method in c?