Can you declare an array without a size in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the type of this pointer in c++?
What does '\r' and '\b' mean? Please explain with example.
What are C++ inline functions?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
write a C++ programming :if the no is between 32 to 50 it will be odd.
What is the copy-and-swap idiom?
Using a smart pointer can we iterate through a container?
What is general format for a prototype?
How do you test your code?
Is std :: string immutable?
Name the implicit member functions of a class.
What are the benefits of c++?