What is the Maximum Size that an Array can hold?
Answer Posted / payal gupta
infinity
| Is This Answer Correct ? | 3 Yes | 88 No |
Post New Answer View All Answers
Explain one method to process an entire string as one unit?
What is an incomplete type in c++?
Is c++ pass by reference or value?
what are function pointers?
What is using namespace std in cpp?
What is this weird colon-member (" : ") syntax in the constructor?
What is the difference between public and private data members?
Write about an iterator class?
What is the difference between struct and class?
what is pre-processor in C++?
What is type of 'this' pointer? Explain when it is get created?
Describe friend function & its advantages.
What is public, protected, private in c++?
What's c++ used for?
If a header file is included twice by mistake in the program, will it give any error?