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 a reference variable in C++?
Can you please explain the difference between using macro and inline functions?
List the merits and demerits of declaring a nested class in C++?
What do you mean by enumerated data type?
Why do we need constructors in c++?
Explain what are accessor methods?
If I is an integer variable, which is faster ++i or i++?
What is oop in c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Difference between an inspector and a mutator
Write a program in C++ for Fibonacci series
Why do we use pointers in c++?
Do you know about C++ 11 standard?
How a modifier is similar to mutator?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h