difference between printf() and scand()
Answers
Answered by
2
Answer:
The command scanf looks like scanf (“format string”, argument list). It is there to take an input, usually from the keyboard if that is the default device. ... So, the main difference is that one is for reading an input (scanf) while the other is for providing an output from the program (printf).
Explanation:
hope it helps
Answered by
5
Answer:
hey
Explanation:
The command scanf looks like scanf (“format string”, argument list). It is there to take an input, usually from the keyboard if that is the default device. ... So, the main difference is that one is for reading an input (scanf) while the other is for providing an output from the program (printf).
Similar questions