What is the output of printf("%d")?
Answer Posted / sid
it will give output "0"
| Is This Answer Correct ? | 48 Yes | 43 No |
Post New Answer View All Answers
How we can differentiate between a pre and post increment operators during overloading?
Implement stack operations with pointers with appropriate exception checks.
When you overload member functions, in what ways must they differ?
Is c++ the hardest programming language?
What are the extraction and insertion operators in c++? Explain with examples.
What is the syntax for a for loop?
What is do..while loops structure?
What are the advantages of using typedef in a program?
How a macro differs from a template?
what is C++ objects?
What is the difference between an enumeration and a set of pre-processor # defines?
What are references in c++? What is a local reference?
What are c++ stream classes?
what do you mean by volatile variable?
Can a Structure contain a Pointer to itself?