what is data structure

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why malloc is faster than calloc?

590


How do I copy files?

623


What is the best style for code layout in c?

632


What is #define size in c?

644


What is the difference between a string and an array?

705






Explain what is the purpose of "extern" keyword in a function declaration?

621


please give me some tips for the placement in the TCS.

1631


How can I recover the file name given an open stream?

553


What are the valid places to have keyword “break”?

649


Why dont c comments nest?

619


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

652


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1591


What 'lex' does?

714


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What are the functions to open and close the file in c language?

591