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
What is the difference between Char a[ ]=”string” and char *a=”String”
Write a struct time where integer m, h, s are its members?
What do you mean by call by value and call by reference?
why we cant create array of refrences
How do you initialize a string in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the full form of ios?
What are different types of polymorphism supported by C++
What is a type library?
What are the manipulators in c++?
what does the following statement mean? int (*a)[4]