wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / jitendra
code removable
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include c++?
What is the main purpose of overloading operators?
What is == in programming?
Write about c++ storage classes?
What are the characteristics of friend functions?
What is c++ w3school?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the latest c++ version?
Write a function to find the nth item from the end of a linked list in a single pass.
What is friend class in c++ with example?
What are the effects after calling the delete this operator ?
What is the operator in c++?
What are the rules about using an underscore in a c++ identifier?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
what are the iterator and generic algorithms.