What is the output of printf("%d")?
Answer Posted / narendra
it will print 0
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is meant by the term name mangling in c++?
Differentiate between the message and method in c++?
How to implement is-a and has-a class relationships?
why is iostream::eof inside a loop condition considered wrong?
Difference between Abstraction and encapsulation in C++?
Explain linked list using c++ with an example?
What is #include iostream?
Is map ordered c++?
Can a program run without main?
Write a Program for find and replace a character in a string.
What is vector string in c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is a modifier in c++?
Which should be more useful: the protected and public virtuals?