Computer Science, asked by Arshgaggonwala, 7 months ago

Strlenfunctionwillreturnlength of the string

Answers

Answered by Anonymous
1

Answer:

Different Methods to Read and Write String in C

Read string in C using gets() and fgets() functions. Read the strings in C using gets() Read string in C using fgets()

Comparison between gets() and fgets()

Read string in C using scanf() Read string in C using scanf() with %s. Read string in C using scanf() with %c. Read string in C using scanset conversion code ( […] )

Similar questions