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
What is header file definition?
What is %g in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
what are the advantages of a macro over a function?
What is the sizeof () operator?
How can I find out the size of a file, prior to reading it in?
Give basis knowledge of web designing ...
All technical questions
Why main is used in c?
What are structure members?
What is static volatile in c?
Why we use conio h in c?
Explain modulus operator.
What is a example of a variable?
List a few unconditional control statement in c.