wrong statement about c++

a)code removably

b)encapsulation of data and code

c)program easy maintenance

d)program runs faster

Answer Posted / jitendra

code removable

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you flush std cout?

575


Is atoi safe?

603


What is the latest c++ standard?

688


What is jump statement in C++?

619


What are the advantages of using typedef in a program?

642






What is the type of this pointer in c++?

634


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

643


What is the difference between strcpy() and strncpy()?

612


Difference between an inspector and a mutator

777


Can a class be static in c++?

573


How const int *ourpointer differs from int const *ourpointer?

610


What are c++ stream classes?

562


Which one between if-else and switch is more efficient?

604


How can you tell what shell you are running on unix system?

643


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

636