Home / Questions / What is scanf()?
Explanatory Question

What is scanf()?

👁 992 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • scanf() function is an inbuilt library function in C which is available in C library by default. This function is declared and related macros are defined in “stdio.h” header file.
  • scanf() function is used to read character, string, numeric data from keyboard.