What is the Maximum Size that an Array can hold?
Answer Posted / kamal aggarwal
32767
| Is This Answer Correct ? | 21 Yes | 77 No |
Post New Answer View All Answers
Define pre-condition and post-condition to a member function in c++?
What's the "software peter principleā?
How much maximum can you allocate in a single call to malloc()?
What is the difference between the compiler and the preprocessor?
What flag means?
Can we use pointers in c++?
If I is an integer variable, which is faster ++i or i++?
What are manipulators used for?
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 Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over? Difference between Abstraction and encapsulation in C++? Which sort does c++ use? What is c++ iterator? What is an undefined behavior and sequence points Using a smart pointer can we iterate through a container?