What do nonglobal variables default to
a) auto
b) register
c) static
No Answer is Posted For this Question
Be the First to Post Answer
Types of storage and scope of each type
What is Pure Virtual Function? Why and when it is used ?
What are the stages in the development cycle?
What do nonglobal variables default to a) auto b) register c) static
Where must the declaration of a friend function appear?
Write about the access privileges in c++ and also mention about its default access level?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Show the application of a dynamic array with the help of an example.
What sorting algorithm does c++ use?
How to allocate memory dynamically for a reference?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
Explain what are single and multiple inheritances in c++?