What is the Maximum Size that an Array can hold?

Answer Posted / pankaj verma

The above answer given by rajat paliwal is absolutely
correct.Thanx to rajat paliwal.finally i got a correct
answer

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to get the source code back from binary file?

702


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

542


How are virtual functions implemented in c++?

594


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2526


To which numbering system can the binary number 1101100100111100 be easily converted to?

598






What is the benefit of c++?

589


How can a called function determine the number of arguments that have been passed to it?

652


Is python written in c or c++?

612


What is an undefined reference/unresolved external symbol error and how do I fix it?

591


What is atoi in c++?

558


What is exception handling? Does c++ support exception handling?

583


What is the error in the code below and how should it be corrected?

295


How do you show the declaration of a virtual constructor?

524


What are pointer-to-members? Explain.

620


What are the advantages of using pointers in a program?

668