Computer Science, asked by aarthigc, 13 hours ago

HOW TO FIND THE OUTPUT OF A PROGRAM IN OPERATORS, C PROGRAMMING LANGUANGE, AND PLEASE GIVE STEP BY STEP EXPLANATION

Answers

Answered by migethanu
2

Answer:

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'.

Explanation:

Similar questions