wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Post New Answer View All Answers
What is the history of c++?
Write about all the implicit member functions of a class?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Can you sort a set c++?
What are the extraction and insertion operators in c++?
How would you use the functions memcpy(), memset(), memmove()?
program explaining feautures of c++
What is called array?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Explain about Virtual Function in C++?
What is the use of endl?
Why is c++ still used?
What are pointers used for c++?
What is the difference between cin.read() and cin.getline()?
What do you mean by function pointer?