Computer Science, asked by Jeet7473, 3 months ago

In how many ways can you accept data in a string in c language?

Answers

Answered by Kittu1412
3

 \huge \bold \red{Answer}

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 akshpatel4794
1

Explanation:

ln how many ways can you accept data in a string in c language?

Similar questions