Computer Science, asked by samayita98, 2 months ago

What will be the output of following program?
Function call: Integer
return
end-function
function valued )
Set Integer x=5
Set Integer y=10
end function​

Answers

Answered by aadarshdwivedi000
1

Answer:

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

Similar questions