int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / priya
answer will be 1,2
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are local static variables? How can you use them?
How can I make sure that my program is the only one accessing a file?
What is the use of typedef in structure in c?
What kind of structure is a house?
write a program to find out prime number using sieve case?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Explain what happens if you free a pointer twice?
What is the stack in c?
There seem to be a few missing operators ..
Write a Program to accept different goods with the number, price and date of purchase and display them
Where in memory are my variables stored?
What is the description for syntax errors?
What are nested functions in c?
What does %2f mean in c?
What is property type c?