Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
Write about the role of c++ in the tradeoff of safety vs. Usability?
Differentiate between an inspector and a mutator ?
What are templates? where we should use it?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is the best c++ book?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
why can't we declare data member of class auto register or extern
When do you call copy constructors?
What is a constant? Explain with an example.
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
why we cant create array of refrences
Which format specifier is used for printing a pointer value?