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

What is the difference between new and malloc functions?

571


What is the difference between strcpy() and memcpy() function in c programming?

622


program to convert a integer to string in c language'

1979


Explain high-order and low-order bytes.

659


What are structures and unions? State differencves between them.

605






Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

609


How can I implement a delay, or time a users response, with sub-second resolution?

615


What is a protocol in c?

552


What is a ternary operator in c?

646


How can I direct output to the printer?

806


Explain can the sizeof operator be used to tell the size of an array passed to a function?

587


What does c mean in standard form?

593


Is fortran still used today?

596


Why is c platform dependent?

612


which is an algorithm for sorting in a growing Lexicographic order

1391