Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.
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:
Thank you for trusting us with your questions. We're here to help you find accurate answers quickly and efficiently. Thank you for choosing our platform. We're dedicated to providing the best answers for all your questions. Visit us again. Thank you for visiting Westonci.ca. Stay informed by coming back for more detailed answers.