What is the Maximum Size that an Array can hold?

Answer Posted / vikas anand

it depend upon program

Is This Answer Correct ?    3 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function prototyping?

616


Write my own zero-argument manipulator that should work same as hex?

573


What is the need of a destructor? Explain with the help of an example.

554


Define stacks. Provide an example where they are useful.

571


Is dev c++ a good compiler?

519






Difference between class and structure.

704


What is the use of 'this' pointer?

761


What is stack unwinding?

602


Define the operators that can be used with a pointer.

567


What is the basic of c++?

592


Is c++ a pure oop language?

590


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1783


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

595


What is a storage class?

638


Give example of a pure virtual function in c++?

581