int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / neethu
%d%d%d
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What is data structure in c language?
Is c easy to learn?
What does p mean in physics?
Why is %d used in c?
How can I recover the file name given an open stream?
Is exit(status) truly equivalent to returning the same status from main?
What are the modifiers available in c programming language?
What is %d called in c?
Explain is it better to bitshift a value than to multiply by 2?
Explain what is the difference between a free-standing and a hosted environment?
What is meant by inheritance?
Explain what standard functions are available to manipulate strings?
What is masking?
What are c identifiers?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?