Westonci.ca is the premier destination for reliable answers to your questions, brought to you by a community of experts. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

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