what is data structure.in linear and non linear data
structures which one is better?Explain
Answer Posted / ashi
A data structure is arrangement of data in a computer's
memory even disk storage linear data is better than non liner
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What is typedef struct in c?
What is getch?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are operators in c?
What is ctrl c called?
What functions are used for dynamic memory allocation in c language?
Where local variables are stored in c?
Write a program to swap two numbers without using a temporary variable?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What are the disadvantages of c language?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Explain what is the benefit of using an enum rather than a #define constant?
Explain how do you determine whether to use a stream function or a low-level function?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?