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
What is bubble sort technique in c?
Does free set pointer to null?
Is c# a good language?
What is the purpose of clrscr () printf () and getch ()?
Explain how does flowchart help in writing a program?
program for reversing a selected line word by word when multiple lines are given without using strrev
Is stack a keyword in c?
What is string function in c?
What is c system32 taskhostw exe?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What happens if header file is included twice?
Which driver is a pure java driver
What are identifiers and keywords in c?
What are examples of structures?
What should malloc() do?