Answer Posted / abed
array i s the collection of similar data type it reduces
the unnecessary decleration of data types or variables
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why is c++ is better than c?
What is public, protected, private in c++?
Why c++ is the best language?
List the issue that the auto_ptr object handles?
Carry out conversion of one object of user-defined type to another?
Explain shallow copy?
What is the basic difference between C and C++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is difference between malloc()/free() and new/delete?
Explain what data encapsulation is in c++?
What are the operators in c++?
How can I learn dev c++ programming?
Which software is used for c++ programming?
What are the uses of c++ in the real world?
What is the difference between delegation and implemented-in-terms-of?