int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
Answer Posted / arunkumar ms
1,2
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how to build a exercise findig min number of e heap with list imlemented?
What is malloc calloc and realloc in c?
What is an array? What the different types of arrays in c?
Why c is called top down?
What is the significance of c program algorithms?
Explain how can I convert a number to a string?
Is null a keyword in c?
What are the features of c languages?
What are the disadvantages of c language?
What is meant by int main ()?
What are the back slash character constants or escape sequence charactersavailable in c?
Can two or more operators such as and be combined in a single line of program code?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain what is operator promotion?
Is calloc better than malloc?