State what is printed when the following code fragment executes.
int f(int a, int &b, int *c){
a = a*2; b=b+10; (*c)++;
return a+b+*c;
}
main_program{
int a=1,b=3,c=8;
cout <
Answers
Answered by
0
Answer:
Explanation:
Don't know the meaning of the question... Sir
Similar questions
Math,
5 months ago
Physics,
5 months ago
CBSE BOARD X,
5 months ago
Art,
11 months ago
Science,
11 months ago