:Choose the correct answer ösalg äbäö Select the correct and safe ways to read a string with spaces from the user at the runtime and store it in character array of length 20 .character (name)...


:Choose the correct answer<br>ösalg äbäö Select the correct and safe ways to<br>read a string with spaces from the<br>user at the runtime and store it in<br>character array of length 20<br>.character (name)<br>fgets(

Extracted text: :Choose the correct answer ösalg äbäö Select the correct and safe ways to read a string with spaces from the user at the runtime and store it in character array of length 20 .character (name) fgets("%19s",name,stdin); scanf("%19s", name); fgets(name, 19, stdin); scanf("%19s", &name); fgets( name, 21, stdin); scanf("%s", name);

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here