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

Explain what is the difference between a free-standing and a hosted environment?

630


How can you pass an array to a function by value?

597


What is memcpy() function?

615


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

580


What is the meaning of && in c?

543






What are the valid places to have keyword “break”?

643


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

711


Why c is faster than c++?

624


What is function prototype?

605


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1923


4. main() { int c=- -2; printf("c=%d",c); }

1363


Is it better to bitshift a value than to multiply by 2?

650


How can I recover the file name given an open stream or file descriptor?

588


Why is a semicolon (;) put at the end of every program statement?

619


How can I handle floating-point exceptions gracefully?

625