What is the purpose of extern storage specifier?
No Answer is Posted For this Question
Be the First to Post Answer
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
WHO DEVELOPED C++?
What do you mean by global variables?
Can a list of string be stored within a two dimensional array?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is size of string in c++?
Why c++ is not a pure oop language?
What are guid?
What is the full form of stl in c++?
What is guard code in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?