A
Q. What will be output of the following c code?
Code:
void main(){
int a,b;
a=1,3,15;
b=(2,4,6);
clrscr();
printf(“%d “,a+B.;
getch();
}
int a,b;
a=1,3,15;
b=(2,4,6);
clrscr();
printf(“%d “,a+B.;
getch();
}
- Correct Answer - Option(B)
- Views: 27
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.