0 votes
0 answers
2
What is the output of the following code ?void f(int a, int b){printf(“%d”,a+b);}void main(){f((2,3),4);}675None of these
7 votes
2 answers
3