Computer Science, asked by goyalananya16, 1 month ago

What will be the output of this program??​

Attachments:

Answers

Answered by tpalak105
1

Explanation:

What will be the output of the program if value 25 given to scanf()? ... The scanf function returns the number of input is given. printf("%d\n", scanf("%d", &i)); The scanf function returns the value 1(one). Therefore, the output of the program is '1'

hope \: \: it \: helps \: you

Similar questions