Explain the auto storage classes in c++.
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);
What is the difference between const and constexpr?
what are the iterator and generic algorithms.
What does '\r' and '\b' mean? Please explain with example.
Explain function overloading
What are friend classes?
How do I use arrays in c++?
What is static function? Explain with an example
Can I make ios apps with c++?
How to defines the function in c++?
What is a conversion constructor?
Why is main an int?