what is data structure
Answers were Sorted based on User's Feedback
Answer / ali
A data structure in computer science is a to store data in a
computer that can be used efficiently.It is an organitzation
of mathematical and logical concepts of data.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vignesh1988i
data structure is nothing but basically C , in which our data can be efficiently handled without any memory wastages and data can be easily be retrieved for manipulations and strengthens the data security since the usage of POINTERS are more here........
thank u
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rohit sah
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the modifiers available in c programming language?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Explain what is the difference between null and nul?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How can you be sure that a program follows the ANSI C standard?
Why do some versions of toupper act strangely if given an upper-case letter?
When a c file is executed there are many files that are automatically opened what are they files?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is scanf () in c?
What is the difference between if else and switchstatement
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.