How do i store a paragraph into a string?
for example, if i input a long paragraph, the program will
read the words one by one and concatenate them until no word
is left.
Answer Posted / kamlesh
we can use simply.... gets(paragraph)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
What do mean by network ?
What would be an example of a structure analogous to structure c?
What is function what are the types of function?
What do you mean by dynamic memory allocation in c? What functions are used?
Why c is a procedural language?
Tell me with an example the self-referential structure?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Difference between strcpy() and memcpy() function?
What is an auto variable in c?
What is the correct code to have following output in c using nested for loop?
Explain how do you list files in a directory?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Why is it important to memset a variable, immediately after allocating memory to it ?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above