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
Explain About fork()?
What is difference between %d and %i in c?
How can you increase the allowable number of simultaneously open files?
What is the right way to use errno?
Is c still used?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How do you determine the length of a string value that was stored in a variable?
Can you please explain the difference between syntax vs logical error?
find out largest elemant of diagonalmatrix
How can I rethow can I return a sequence of random numbers which dont repeat at all?
List out few of the applications that make use of Multilinked Structures?
What are integer variable, floating-point variable and character variable?
How can you draw circles in C?
can we have joblib in a proc ?
Explain what are the standard predefined macros?