wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answer Posted / priya
program run faster
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How would you use the functions randomize() and random()?
You want to link a c++ program to c functions. How would you do it?
Differentiate between a constructor and a destructor in c++.
What is the best it certification?
What happens when the extern "c" char func (char*,waste) executes?
What is encapsulation in C++? Give an example.
What does scope resolution operator do?
Can we delete this pointer in c++?
What is void pointer in c++ with example?
How many standards of c++ are there?
What is overloading unary operator?
Program to check whether a word is a sub-string or not of a string typed
Mention the purpose of istream class?
How do you remove an element from a set in c++?
Explain the difference between static and dynamic binding of functions?