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

Answer Posted / kalyan chukka

in This Given x=(2,3,4) which takes priority from left->right
and given y=9,10,11 So in This it takes priority from right
-> left so answers are

X=4
Y=9

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why static is used in c?

614


What is assignment operator?

620


Why main function is special give two reasons?

940


Why does this code crash?

610


What does dm mean sexually?

806






What is ponter?

765


What is meant by preprocessor in c?

526


What is spark map function?

578


Explain the use of function toupper() with and example code?

647


What is unsigned int in c?

551


What is main () in c?

582


What is hashing in c language?

605


Why is void main used?

613


All technical questions

1502


What is union and structure in c?

606