Computer Science, asked by apratapsingh8196, 11 months ago

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 axissmanoj
0

Answer:

Explanation:

Don't know the meaning of the question... Sir

Similar questions