int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / ankitdas
403020
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
program to convert a integer to string in c language'
Tell us something about keyword 'auto'.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are the different types of constants?
What is the g value paradox?
What is a pointer in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How macro execution is faster than function ?
what are # pragma staments?
What is openmp in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Do string constants represent numerical values?
What is structure data type in c?
What is the difference between mpi and openmp?
Is there anything like an ifdef for typedefs?