Answer Posted / hr@tgksolutions.com
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
Difference between an inspector and a mutator
What are the two types of polymorphism?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is c strings syntax?
What is the use of object in c++?
Explain one method to process an entire string as one unit?
What is constructor in C++?
Comment on local and global scope of a variable.
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What is pointer with example?
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?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the most powerful coding language?
What is the error in the code below and how should it be corrected?
What is the main function c++?