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
How do you view the path?
Explain how can I convert a number to a string?
Explain what are linked list?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are register variables? What are the advantage of using register variables?
swap 2 numbers without using third variable?
What are high level languages like C and FORTRAN also known as?
What are disadvantages of C language.
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How to implement a packet in C
How will you write a code for accessing the length of an array without assigning it to another variable?
Why do we use c for the speed of light?
Explain what happens if you free a pointer twice?
Why flag is used in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)