Answer Posted / saroj das ,balsore
a namespace is a simply declarative region the main purpose
is is to localize the names of identifiers to avoid name
name collisions .
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain how to initialize a const member data.
What is the this pointer?
Is java as fast as 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 Comment on c++ standard exceptions? Is string data type in c++? Differentiate between a template class and class template in c++? an integer constant must have atleast one
a) character
b) digit
c) decimal point what is C++ exceptional handling? What are the advantages of prototyping? Explain virtual class? Should you pass exceptions by value or by reference? How would you find out if a linked-list is a cycle or not? What is null c++? Can you write a function similar to printf()?