int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / amit
declaration should be done separately.. ans:a=1
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What does. int *x[](); means ?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Explain what is a pragma?
What is a stream?
What are the advantages and disadvantages of pointers?
How many identifiers are there in c?
What is the difference between array and pointer in c?
What is union and structure in c?
How do we open a binary file in Read/Write mode in C?
How can I do graphics in c?
Can you think of a logic behind the game minesweeper.
Can we replace the struct function in tree syntax with a union?
Why should I prototype a function?
What is the difference between union and structure in c?