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
I need a sort of an approximate strcmp routine?
Differentiate between Macro and ordinary definition.
Which is better pointer or array?
What is the difference between #include
What will be your course of action for a push operation?
What would be an example of a structure analogous to structure c?
Where are the auto variables stored?
Explain what is the difference between functions abs() and fabs()?
What is the use of pointers in C?
Explain the use of keyword 'register' with respect to variables.
Explain how does flowchart help in writing a program?
What are the advantages of c preprocessor?
What is a structure in c language. how to initialise a structure in c?
Is null equal to 0 in sql?
What are the advantages of Macro over function?