What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / novati
VB is the strongest programming language
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why do we use iterators?
Array base access faster or pointer base access is faster?
What are the differences between new and malloc?
If a header file is included twice by mistake in the program, will it give any error?
Is set c++?
Explain explicit container.
What is setfill c++?
What is the use of dot 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 When does a name clash occur in c++? What is the full name of logo? What is the use of namespace std in C++? Write about the role of c++ in the tradeoff of safety vs. Usability? Is there any difference between int [] a and int a [] in c++? What is polymorphism and its type in c++?