Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Floating point representation and output seems to be compiler dependent?
What are the restrictions apply to constructors and destructors?
What are the uses of pointers?
What is java and c++?
What is an html tag?
What is malloc in c++?
What is late binding c++?
How many types of classes are there in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is a down cast?
When does a name clash occur in c++?