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
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What problems might the following macro bring to the application?
What is c++ used for in games?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
How can I improve my c++ skills?
Can I make ios apps with c++?
Why iomanip is used in c++?
How come you find out if a linked-list is a cycle or not?
What is a syntax in c++?
What is const pointer and const reference?
How to declaring variables in c++?
Which software is used to run c++ program?
Which operations are permitted on pointers?
Why is main function important?