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
using for loop sum 2 number of any 4 digit number in c language
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the applications of c language?
Process by which one bit pattern in to another by bit wise operation is?
How many levels deep can include files be nested?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
write a program to rearrange the array such way that all even elements should come first and next come odd
How to throw some light on the b tree?
What does 2n 4c mean?
Why cant I open a file by its explicit path?
What is the difference between array_name and &array_name?
How can I open files mentioned on the command line, and parse option flags?
Why is structure padding done in c?
Can static variables be declared in a header file?
How main function is called in c?