Answer Posted / sai kiran
Collection of data of similar datatypes in adjacent memory locations.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What are the 2 main types of data structures?
What is the basic structure of a c++ program?
How are the features of c++ different from c?
Why do we use templates?
Is c++ map a hash table?
How do I start a c++ project?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How can a struct in c++ differs from a struct in c?
What is the difference between method overloading and method overriding in c++?
How can I improve my c++ skills?
Why struct is used in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is scope operator in c++?