IDNLearn.com provides a user-friendly platform for finding and sharing knowledge. Our experts are ready to provide prompt and detailed answers to any questions you may have.
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