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

Post New Answer

More C++ General Interview Questions

Is c++ a float?

0 Answers  


What is class definition in c++ ?

0 Answers  


What does the ios::ate argument do?

0 Answers  


What is a wchar_t in c++?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  






What are the characteristics of friend functions?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Explain container class.

0 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  


What is a manipulative person?

0 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


Categories