πŸ“Š C Programming
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();
}
  • (A) 3
  • (B) 7
  • (C) 17
  • (D) 21
πŸ’¬ Discuss
βœ… Correct Answer: (B) 7

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
181
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
83%
Success Rate