What is the Maximum Size that an Array can hold?
Answer Posted / ajay
it depend upon sizeof int
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is constant in c++ with example?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Do you know the problem with overriding functions?
What gives the current position of the put pointer?
List down the guideline that should be followed while using friend function.
What is the use of string in c++?
What is an undefined behavior and sequence points
When can I use a forward declaration?
What is the difference between function overloading and operator overloading?
What is abstract keyword in c++?
List the advantages of inheritance.
What are arrays c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is low level language in simple words?
Write a program to show polymorphism in C++?