int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / sangam khera
depending upon the compiler ....
IN TURBO C++ -> it will give an error a,b,c assigned a valued that is never used."
IN GCC(DEV C++)->it will give garbage value....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a pragma?
Can you please explain the scope of static variables?
Difference between pass by reference and pass by value?
Linked lists -- can you tell me how to check whether a linked list is circular?
Differentiate between a structure and a union.
What are operators in c?
What do you mean by dynamic memory allocation in c?
What is the stack in c?
Which is best book for data structures in c?
What is line in c preprocessor?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are disadvantages of C language.
What are the types of functions in c?
What is string length in c?
Who is the main contributor in designing the c language after dennis ritchie?