Answer: 1
Whenever we type something in the keyboard, the scanf function returns 1. This is because the input format is character and every key code of the keyboard is a character. The return value of scanf gets printed by printf which is 1.

About our authors: Team EQA

You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.

#