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

Answer Posted / hemant kumar

error

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you return multiple values from a function?

638


What are the advantages of using linked list for tree construction?

647


What is #define used for in c?

618


Why we use break in c?

556


Explain what are header files and explain what are its uses in c programming?

630






Why do we need arrays in c?

589


Do you have any idea how to compare array with pointer in c?

609


How would you use the functions fseek(), freed(), fwrite() and ftell()?

707


Why c is a procedural language?

587


What is the condition that is applied with ?: Operator?

667


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1635


What is logical error?

605


What is page thrashing?

655


What is void pointers in c?

594


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

750