What function initalizes variables in a class:
a) Destructor
b) Constitutor
c) Constructor
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by volatile variable?
Differentiate between declaration and definition.
What is function overriding in c++?
Differentiate between realloc() and free().
Difference between shift left and shift right?
What are the types of pointer?
Which is the best c++ compiler for beginners?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
Explain data encapsulation?
What data encapsulation is in c++?
Is std :: string immutable?
Explain how a pointer to function can be declared in C++?