0
how do I input a string having spaces in it and display the same??
without using #<cstdio>
2 Answers
0
read an array of character by compiler and see the result by for loop and array of char
0
how can I do it if I declare string data type variable
without using #<cstdio>