What is the Maximum Size that an Array can hold?
Answer Posted / depak patel
it depand upon operating system to oprating system
| Is This Answer Correct ? | 37 Yes | 32 No |
Post New Answer View All Answers
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
What is rtti in c++? Is c++ the best programming language? Explain terminate() and unexpected() function? What do you mean by storage classes? What is Destructor in C++? How the delete operator differs from the delete[]operator? What are pointer-to-members? Explain. Differentiate between a template class and class template in c++? Write a program that takes a 5 digit number and calculates 2
power
that number and prints it.
Is it possible for a member function to delete the pointer, named this? How many types of classes are there in c++? What is the latest c++ version? 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 Describe exception handling concept with an example?