INPUT OUTPUT FUNCTIONS Flashcards
Lecture 12
1
Q
scanf()
A
Reads the sequence of characters from the keyboard
Use ‘&’
Ignores white spaces
Input function
2
Q
printf()
A
Prints on screen any characters
it encounters - except when it reaches a % character.
Output function