int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / anu
203040
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is calloc in c?
How can I direct output to the printer?
What is return type in c?
What is a null pointer in c?
Explain enumerated types in c language?
How can I remove the leading spaces from a string?
How can I make it pause before closing the program output window?
What is strcmp in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is the modulus operator?
What is p in text message?
How to establish connection with oracle database software from c language?
What is actual argument?
Do you know the use of 'auto' keyword?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25