what is importance of data sturture in a programming
language?
Answer Posted / vitts
which is provides the mechanism of storing the data in
different ways. this optimizes searching and memory
usage. for example when searching is to be faster
datastructure of type linear type is used. if memory
utilization is more importance then lists data structure
used
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
When is dynamic checking necessary?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is setf in c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Is C++ case sensitive a) False b) Depends on implementation c) True
What do nonglobal variables default to a) auto b) register c) static
What are vectors used for in c++?
what is VOID?
What is the auto keyword good for in c++?
Which ide is best for c++?
When should we use multiple inheritance?
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?
What is the use of dot in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?