What is the Maximum Size that an Array can hold?
Answer Posted / shubhra pal
INFINITY
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between strcpy() and strncpy()?
Is c++ an integer?
What are the differences between new and malloc?
Can a program run without main function?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What are function prototypes?
Describe private, protected and public?
What is the latest c++ version?
Can union be self referenced?
What are the advantages of pointers?
How do you clear a set in c++?
Is c better than c++?
What is the auto keyword good for in c++?
What is the best ide for c++?