What is the Maximum Size that an Array can hold?
Answer Posted / abc
It depends on the data type of the defined array
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the rules for naming an identifier?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What do the header files usually contains?
Explain shallow copy?
What is #include iomanip?
What are the advantages of pointers?
What are protected members in c++?
What does the linker do?
Explain the concept of copy constructor?
Write about the use of the virtual destructor?
How do you initialize a string in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What things would you remember while making an interface?
Why do we use the using declaration?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---