wrong statement about c++

a)code removably

b)encapsulation of data and code

c)program easy maintenance

d)program runs faster

Answer Posted / subitha

code removably

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstraction in c++ with example?

565


What are references in c++? What is a local reference?

576


What is the basic structure of c++ program?

571


What is using namespace std in cpp?

551


What is the sequence of destruction of local objects?

560






There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2537


What are destructors?

577


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

591


Implement stack operations with pointers with appropriate exception checks.

569


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

636


Differentiate between declaration and definition.

590


What is endianness?

626


Why c++ is not a pure oop language?

559


Why #include is used?

619


To what does “event-driven” refer?

615