What is the Maximum Size that an Array can hold?
Answer Posted / depak patel
it depand upon operating system to oprating system
Is This Answer Correct ? | 37 Yes | 32 No |
Post New Answer View All Answers
Why struct is used in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What does it mean to declare a destructor as static?
Which of the following is evaluated first: a) && b) || c) !
Can you write a function similar to printf()?
Is dev c++ a good compiler?
What is constant in c++ with example?
What is meant by forward referencing and when should it be used?
Explain differences between new() and delete()?
What is the use of register keyword with the variables?
What are c++ variables?
Can constructor be private in c++?
Define token in c++.
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Why is c++ so fast?