The ...scanf functions do the following:
- Scan a series of input fields one character at a time
- Format each field according to a corresponding format specifier passed in the format string *format.
- Store the formatted input at an address passed as an argument following format
from: turbo c
- Scan a series of input fields one character at a time
- Format each field according to a corresponding format specifier passed in the format string *format.
- Store the formatted input at an address passed as an argument following format
from: turbo c
No comments:
Post a Comment