Discussion :: Functions
-
What will be the output of the program?
#include
Answer : Option D
Explanation :
There is an error in this line i>=45 ? return(*p): return(*q);. We cannot use return keyword in the terenary operators.
Be The First To Comment