What is the Maximum Size that an Array can hold?
Answer Posted / naresh
its size is N-1, If it starts from 0.
| Is This Answer Correct ? | 6 Yes | 27 No |
Post New Answer View All Answers
What is an operator function? Describe the function of an operator function?
What is a singleton c++?
What you know about structures in C++?
Why was c++ made?
Define pure virtual function?
Why was c++ created?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
what are the characteristics of Class Members in C++?
What is difference between malloc()/free() and new/delete?
why and when we can declar member fuction as a private in the class?
What are the extraction and insertion operators in c++? Explain with examples.
What is general form of pure virtual function? Explain?
How would you find out if a linked-list is a cycle or not?
What is data abstraction? How is it different from data encapsulation?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes