int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / sateeshbabu aluri
o/p will be: 1 2 only
3 will be ommited because there is no conversion operator
in printf.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Define C in your own Language.
When should a type cast not be used?
i have a written test for microland please give me test pattern
write a program to generate address labels using structures?
What are near, far and huge pointers?
What is wrong with this initialization?
What do header files do?
What are global variables and explain how do you declare them?
Write a code on reverse string and its complexity.
Do array subscripts always start with zero?
Can 'this' pointer by used in the constructor?
What is static memory allocation?
Explain what are the standard predefined macros?
What are examples of structures?
What is the advantage of c?