Explain register storage specifier.
No Answer is Posted For this Question
Be the First to Post Answer
What is scope of a variable? (LOLZ)
Does c++ support exception handling?
Which operator cannot overload?
What is the sequence of destruction of local objects?
Why the usage of pointers in C++ is not recommended ?
Difference between class and structure.
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is cloning?
What is srand c++?
Do we have to use initialization list in spite of the assignment in constructors?
Explain the differences between list x; & list x();.
What is a constructor and how is it called?