For all your questions, big or small, IDNLearn.com has the answers you need. Ask your questions and get detailed, reliable answers from our community of experienced experts.
Sagot :
Answer:
The scanf() is the function that is used to take inputs from the user with the help of the standard input device,i.e, the keyboard.
scanf() function is capable of taking any data type as an input, though it has to be specified first like %d for integers, %s for strings and %f for floating-point type. The gets() function can only take a string as an input.
Explanation:
Your engagement is important to us. Keep sharing your knowledge and experiences. Let's create a learning environment that is both enjoyable and beneficial. Find clear and concise answers at IDNLearn.com. Thanks for stopping by, and come back for more dependable solutions.