What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / techmaniac
in c by default structure mem is private while in c++ is public
Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is the advantage of an external iterator.
Explain register storage specifier.
When is dynamic checking necessary?
List the features of oops in c++?
What are the vectors in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How do I start a c++ project?
What are the sizes and ranges of the basic c++ data types?
What is a lambda function c++?
What is the copy-and-swap idiom?
What is the hardest coding language to learn?
Write some differences between an external iterator and an internal iterator?
What does std :: flush do?
What is difference between array and vector in c++?
What are namespaces in c++?