what does data structure mean?

Answer Posted / jarke

Data structure is an organized way of storing and
retrieving data or information that includes different
methods like queues,stack,link list,tree etc.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is main return c?

523


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

656


What is the use of a semicolon (;) at the end of every program statement?

780


What are header files and what are its uses in C programming?

641


Why calloc is better than malloc?

574






what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2539


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

636


Is it acceptable to declare/define a variable in a c header?

688


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

720


Explain how can I manipulate strings of multibyte characters?

788


Describe the steps to insert data into a singly linked list.

625


Why should I use standard library functions instead of writing my own?

676


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

651


Is flag a keyword in c?

682


What is adt in c programming?

614