I can't find the full name (expanded meaningful name) of the functions printf()
, scanf()
, seekg()
.
These guys seem to be like below ▼
printf
- print format
- print format string
- print function
scanf
- scan format
- scan format string
- scan function
seekg
- seekGlobalFileStreamCursor (What the..?)
Can you say where the names come from, or what they mean?