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
Why do we use structure in c++?
Is swift better than c++?
Can we use struct in c++?
What do c++ programmers do?
List the special characteristics of constructor.
What is difference between malloc()/free() and new/delete?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Is it possible to write a c++ template to check for a function's existence?
What is abstraction with real time example?
What is virtual table?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is c++ iterator?
Why #include is used?
What is lambda in c++?
Explain data encapsulation?