how do I input a string having spaces in it and display the same?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I input a string having spaces in it and display the same??

without using #<cstdio>

16th Jul 2016, 2:37 PM
kamal joshi
kamal joshi - avatar
2 Answers
0
read an array of character by compiler and see the result by for loop and array of char
16th Jul 2016, 3:51 PM
Drumil_
0
how can I do it if I declare string data type variable
16th Jul 2016, 4:48 PM
kamal joshi
kamal joshi - avatar