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
What methods can be overridden in java?
Write bites in Turbo c++ Header ("Include") Files.
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What do you mean by funtion prototype?
What is a friend function in c++?
What is buffering in c++?
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include What is the use of c++ programming language in real life? 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? What are files in c++? Is std :: string immutable? What does h mean in maths? What is the object serialization? What is array give example? Is python written in c or c++?