int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?

Answer Posted / yatish m yadav

x=4 and y=9

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a code on reverse string and its complexity.

610


What is a macro, and explain how do you use it?

631


How can I do peek and poke in c?

623


What is the explanation for the dangling pointer in c?

684


By using C language input a date into it and if it is right?

576






What are the types of arrays in c?

627


What are register variables? What are the advantage of using register variables?

689


What is an expression?

660


How can you read a directory in a C program?

656


How to establish connection with oracle database software from c language?

1679


What are header files in c programming?

660


Is null equal to 0 in sql?

657


int i=10; printf("%d %d %d", i, i=20, i);

1018


How are strings stored in c?

599


Explain is it valid to address one element beyond the end of an array?

739