What is the difference between Class and Structure?
Answer Posted / liyakath ulla r
the structurs are used in both c and c++.
but class is used only in c++ and othe opps languages
| Is This Answer Correct ? | 67 Yes | 63 No |
Post New Answer View All Answers
Why the usage of pointers in C++ is not recommended ?
Can notepad ++ run c++?
What are the types of container classes?
Define friend function.
Differentiate between a template class and class template 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 How do you import payscale data from non SAP to SAP?is it
through LSMW or any other way is there? Why is c++ still used? How would perform Pattern Matching in C++? What is meant by forward referencing and when should it be used? Which function should be used to free the memory allocated by calloc()? What is the difference between while and do while loop? Why is main function important? What are virtual functions in c++? Explain virtual class and friend class.