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 are enumerated types?
Explain Basic concepts of C language?
Differentiate call by value and call by reference?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is 'bus error'?
What is a volatile keyword in c?
What are the different types of errors?
Is a pointer a kind of array?
Is void a keyword in c?
Why ca not I do something like this?
What is queue in c?
What is the difference between arrays and pointers?
How to establish connection with oracle database software from c language?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is wrong in this statement? scanf(ā%dā,whatnumber);