Answer Posted / archana
FORmula TRANslation
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between equal to (==) and assignment operator (=)?
What does it mean to declare a destructor as static?
How does c++ structure differ from c++ class?
What is buffering in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain polymorphism?
What is the full name of logo?
How can I learn dev c++ programming?
Why pointer is used in c++?
Which is the best c++ compiler for beginners?
What do you mean by funtion prototype?
What is scope resolution operator in c++ with example?
Do the parentheses after the type name make a difference with new?
Describe private, protected and public – the differences and give examples.
How do you clear a buffer in c++?