What is the output of printf("%d")?
Answer Posted / ashif ali
it will display only garbage value because
int a=12;
printf("%d");
output=12
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
Why is the function main() special?
What are virtual functions in c++?
What is a base class?
Does c++ have finally?
What are the two types of polymorphism?
Why do we use double in c++?
What is #include iostream h in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How does a copy constructor differs from an overloaded assignment operator?
Is c++ still in demand?
What is guard code in c++?
What is insertion sorting?
Explain the different access specifiers for the class member in c++.
What is a sequence in c++?
What is the difference between an enumeration and a set of pre-processor # defines?