STL (140)
OOPS (873)
C++ General (2409) Is it possible for a member function to delete the pointer, named this?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Why interface is used?
How does free know the size of memory to be deleted
How do you find out if a linked-list has an end?
What is c++ w3school?
Keyword mean in declaration?
What is the prototype of printf function?
Is it possible to use a new for the reallocation of pointers ?
Write a syntax and purpose of switch statement.
What is pointer in c++ with example?
What is #include cmath?
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 If you don’t declare a return value, what type of return value is assumed? daily Routine of father