What is the Maximum Size that an Array can hold?
Answer Posted / varsha vilas kalebag
n numbers
| Is This Answer Correct ? | 5 Yes | 56 No |
Post New Answer View All Answers
What is pointer to array in c++?
Why can’t you call invariants() as the first line of your constructor?
What is scope operator in c++?
How is modularity introduced in C++?
Eplain extern keyword?
What is dynamic and static typing?
Out of fgets() and gets() which function is safe to use and why?
What is a .lib file in c++?
Are c and c++ different?
Write about the access privileges in c++ and also mention about its default access level?
What is a container class? What are the types of container classes in c++?
Is c++ an integer?
What is a float in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Evaluate !(1&&1||1&&0) a) Error b) False c) True