what is data structure?

Answer Posted / lokesh

ds is an organising of data

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1984


Explain the process of converting a Tree into a Binary Tree.

2094


What is the difference between break and continue?

602


What is C language ?

1520


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

594






List the difference between a While & Do While loops?

627


Why c is procedure oriented?

564


Write a program to print fibonacci series using recursion?

581


Is void a keyword in c?

566


What is array of structure in c?

590


please send me the code for multiplying sparse matrix using c

1717


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

723


Explain how does flowchart help in writing a program?

619


Explain how can I open a file so that other programs can update it at the same time?

586


How can I get random integers in a certain range?

609