formatted input - Scanf():
This Formatted function is used to get (input) value from the keyboard.
We pass format specifiers, in which format we want to take input.
Syntax: scanf(“format-specifier”, &var-name);
We pass format specifiers, in which format we want to take input.
Syntax: scanf(“format-specifier”, &var-name);
Post a Comment