int main()
{
int x = (2,3,4);
int y = 9,10,11;
printf("%d %d",x,y);
}
what would be the output?
Answer Posted / ajay kumar
error:
because declaration terminated incorrectly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is there any demerits of using pointer?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Explain output of printf("Hello World"-'A'+'B'); ?
What is a node in c?
Describe the difference between = and == symbols in c programming?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How do you convert strings to numbers in C?
How can I do graphics in c?
how we can make 3d venturing graphics on outer interface
What are keywords c?
What is c method?
Explain low-order bytes.
What is cohesion and coupling in c?
Compare interpreters and compilers.
When should a type cast be used?