What is the Maximum Size that an Array can hold?
Answer Posted / sonali
I think it depends upon your PC's Memory..
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is split a string in c++?
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
What is the use of ::(scope resolution operator)?
What is a storage class? Mention the storage classes in c++.
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.
What is an undefined behavior and sequence points
What can I use instead of namespace std?
Why cstdlib is used in c++?
What will happen if a pointer is deleted twice?
What is the difference between the functions memmove() and memcpy()?
What is polymorphism in c++? Explain with an example?
Define token in c++.
What is singleton class in c++?
Define a constructor?
What is class in c++ with example?