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
Describe wild pointers in c?
What is the meaning of 2d in c?
What is the use of #include in c?
Why malloc is faster than calloc?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Can a function argument have default value?
What is the function of multilevel pointer in c?
How can I copy just a portion of a string?
What does node * mean?
What is the difference between array and structure in c?
How old is c programming language?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is wrong in this statement?
can any one tel me wt is the question pattern for NIC exam
What is a double c?