What is the output of printf("%d")?
Answer Posted / arnab kuamr mahapatra
it will print a garbage value
that means default value an integer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is constructor in C++?
What are the methods of exporting a function from a dll?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the difference between an array and a list?
Which is the best c++ compiler for beginners?
Define a nested class.
Why do we use pointers in c++?
Difference between declaration and definition of a variable.
What is null pointer and void pointer?
Incase of a function declaration, what is extern means?
Do you know the use of vtable?
What are the four partitions in which c++ compiler divides the ram?
What are the advantages of using a pointer?
What is Destructor in C++?