IDNLearn.com is committed to providing high-quality answers to your questions. Discover prompt and accurate responses from our experts, ensuring you get the information you need quickly.

What will be the output of this program?

b = 0

b -= 10

print(b)


Sagot :

Answer:

Step 1: int fun(int);

Explanation:

Step 1: int fun(int);

This is prototype of function fun().It tells the compiler that the function fun() accept one integer parameter and returns an integer value..

Step 2: int i=3; The variable i

Thank you for using this platform to share and learn. Keep asking and answering. We appreciate every contribution you make. Your questions are important to us at IDNLearn.com. Thanks for stopping by, and come back for more reliable solutions.