wt is a datastructure

Answers were Sorted based on User's Feedback



wt is a datastructure..

Answer / abhishekdixit03

A data structure is a specialized format for organizing and
storing data. General data structure types include the
array, the file, the record, the table, the tree, and so on.
Any data structure is designed to organize data to suit a
specific purpose so that it can be accessed and worked with
in appropriate ways

Is This Answer Correct ?    93 Yes 2 No

wt is a datastructure..

Answer / megha jain

Data may be organised in different ways; the logical and
mathematical model of a particuler organization of data is
called Data Structure

Is This Answer Correct ?    14 Yes 0 No

wt is a datastructure..

Answer / bipin from utkal university mc

datastructure is the structural represatation of data in
memory in a specific manner such that it is easy to
organise,storing and retrive

Is This Answer Correct ?    6 Yes 0 No

wt is a datastructure..

Answer / dinesh

data structure is the way to orgnising, storing and
manipulating the data in a structured manner,and to provide
the way to data to keep relationship with other data.

Is This Answer Correct ?    4 Yes 0 No

wt is a datastructure..

Answer / amit patra

Data may be organised many difference o-s. The Logical and
matahmedical model of a particular organizetion of data is
called data structure.

Is This Answer Correct ?    4 Yes 1 No

wt is a datastructure..

Answer / perumalraja.v

Data Structure is a way of orgnising and storing data in the
memory.It includes Linked List,Queue,stack and tree.

Is This Answer Correct ?    1 Yes 0 No

wt is a datastructure..

Answer / p.divya poojitha

data structureis way to acces data &retrive,storing the data
the possible ways in which the data iteams are logically
defined different data structures
operations:
creation
deletion
insarting an element
accessing structure
eg:stack,queue

Is This Answer Correct ?    0 Yes 0 No

wt is a datastructure..

Answer / dhivyavignesh

data structure is the way of organising data,storing data
and relationship among data................

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Data Structures Interview Questions

What is meant by balanced binary tree?

0 Answers  


What should be done in the base case for this recursive problem?

0 Answers  


Is file a data structure?

0 Answers  


Explain what is the type of the algorithm used in solving the 8 queens problem?

0 Answers  


What is hash data type?

0 Answers  






How do you find the complexity of a bubble sort?

0 Answers  


What is the use of bubble sort?

0 Answers  


What are the five examples of data?

0 Answers  


What is data type explain?

0 Answers  


Who created quicksort?

0 Answers  


How do you find the second largest element in an array of integers?

0 Answers  


Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?

0 Answers  


Categories