In how many ways can you accept data in a string in c language?
Answers
Answered by
3
We can take string input in C using scanf(“%s”, str). But, it accepts string only until it finds first space. There are 3 method by which C program accepts string with space in the form of user input.
Answered by
1
Explanation:
ln how many ways can you accept data in a string in c language?
Similar questions