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
write a program that takes 5 digit no and calculate 2 power that no and print it.
Explain what is class definition in c++ ?
What is c++ try block?
What will i and j equal after the code below is executed? Explain your answer.
Which one between if-else and switch is more efficient?
How are virtual functions implemented in c++?
Who invented turbo c++?
What are references in c++? What is a local reference?
What is the use of cmath in c++?
Implement strcmp
Can static member variables be private?
When does a name clash occur in c++?