What is the output of printf("%d")?
Answer Posted / kesavan
It will print the garbage value.
| Is This Answer Correct ? | 89 Yes | 29 No |
Post New Answer View All Answers
What do c++ programmers do?
What is virtual destructor ans explain its use?
Can you write a function similar to printf()?
Write a program to find the Fibonacci series recursively.
In c++, what is the difference between method overloading and method overriding?
How a modifier is similar to mutator?
Is c++ a difficult language?
What is searching?
What does extern mean in a function declaration in c++?
What are proxy objects in c++?
What do you mean by funtion prototype?
What are the differences between malloc() and calloc()?
Which c++ compiler is best?
What are 2 ways of exporting a function from a dll?
What is c++ try block?