Answer Posted / shankar
An Array is nothing but a collection of homogenous data of
fixed type.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program using display() function which takes two arguments.
Can we use pointers in c++?
Explain one method to process an entire string as one unit?
What do you mean by persistent and non persistent objects?
What is the advantage of c++ over c?
How does code-bloating occur in c++?
What are the two shift operators and what are their functions?
What is the purpose of templates in c++?
What is the exit function in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What are the new features that iso/ansi c++ has added to original c++ specifications?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Why do we use iterators?
How many characters are recognized by ANSI C++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.