What is the difference between structure and class?
What problems might the following macro bring to the application?
How do we implement inheritance in c++?
tell me about yourself ?i want answer for frehers with various exasmples?
Show the declaration for a static member variable.
what do you mean by memory management operators
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Differentiate between an inspector and a mutator ?
how to create window program in c++.please explain.
How do you compile the source code with your compiler?
What is namespace & why it is used in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
How is static data member similar to a global variable?