Answer Posted / glibwaresoftsolutions
A collection of items kept at consecutive memory regions is frequently referred to as an array.
The items that are kept are all of the same kind.
It arranges data in a way that makes it simple to search for or sort similar values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why cout is used in 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.
What does the linker do?
Explain what is oop?
Explain operator overloading.
What things would you remember while making an interface?
What are the comments in c++?
What are the two shift operators and what are their functions?
Is empty stack c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What are the uses of static class data?
What are namespaces in c++?
What are manipulators in c++ with example?
Difference between delete and free.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h