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


Please Help Members By Posting Answers For Below Questions

How to declare an array of pointers to integer?

591


Can non graphic characters be used and processed in C++?

704


Why is c++ still popular?

589


What are friend functions in C++?

627


What is decltype c++?

560






How do I exit turbo c++?

587


What is an adaptor class in c++?

608


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

621


What relational operators if statements in c++?

647


How do you differentiate between overloading the prefix and postfix increments?

596


What are move semantics?

675


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3246


What is scope in c++ with example?

637


What does #define mean in c++?

617


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2016