class HasStatic {
static int I;
};
Referring to the sample code above, what is the appropriate
method of defining the member variable "I", and assigning it
the value 10, outside of the class declaration?
a) HasStatic I = 10;
b) int static I = 10;
c) static I(10);
d) static I = 10;
e) int HasStatic::I = 10;
What do you mean by inheritance in c++?
Difference between inline functions and macros?
Is c the same as c++?
How to write a program such that it will delete itself after exectution?
What are the general quetions are in DEna bank manager IT/System interviews?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What does catch(…) mean?
Are there interfaces in c++?
What gives the current position of the put pointer?
Explain storage qualifiers in c++.
Which is not a valid keyword a) public b) protected c) guarded
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,