int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / peeyush mishra
output will be 1,2
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
How can you find the day of the week given the date?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is pointer to pointer in c?
Write a C program in Fibonacci series.
Explain the difference between call by value and call by reference in c language?
Is a pointer a kind of array?
What should malloc() do?
What is the use of bitwise operator?
What are the string functions? List some string functions available in c.
Write a program to reverse a linked list in c.
Explain the use of 'auto' keyword
What's the best way of making my program efficient?
Where are the auto variables stored?
What is void main ()?
Can the “if” function be used in comparing strings?