scanf functions - Devbhoomi

FREE JOB ALERT & ONLINE TUTORIALS

Hot

Post Top Ad

Sunday 5 November 2017

scanf functions

scanf function :
The scanf() function is used to take input from user. This function can be used to enter any combination of numeric valuessingle characters and strings.

Syntax :
scanf ("format string", argument list);

format string : It contains the information for interpreting the entire data.


NOTE :
  • The format string must be a text enclosed in double quotes.

No comments:

Post a Comment

Post Top Ad