What is the Maximum Size that an Array can hold?
Answer Posted / awadhesh
infinite
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
What is implicit conversion/coercion 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 are enumerations? Give 10 points of differences between C & C++. List the special characteristics of constructor. Write about the access privileges in c++ and also mention about its default access level? Can you overload the operator+ for short integers? what Is DCS ? what i will get benefit when i did? Who discovered c++? What is the use of pointer in c++ with example? What is jump statement in C++? What is the c++ programming language used for? Show the application of a dynamic array with the help of an example. What is split a string in c++? Do you know about latest advancements in C++ ?