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 ? | 6 Yes | 2 No |
Post New Answer View All Answers
Define a constructor - what it is and how it might be called (2 methods)?
Define macro.
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
How to allocate memory dynamically for a reference?
What is the full form of stl in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Why is it called c++?
Can I learn c++ without learning c?
What are associate containers?
Is main a class in c++?
What does new return if there is insufficient memory to make your new object?
What is the purpose of template?
Can I make ios apps with c++?
What is a .lib file in c++?
What is the sequence of destruction of local objects?