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
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Difference between exit() and _exit() function?
Tell me what is null pointer in c?
What is New modifiers?
What is main return c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are two dimensional arrays alternatively called as?
What are pointers?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is malloc() function?
Explain why C language is procedural?
What do you mean by command line argument?
I came across some code that puts a (void) cast before each call to printf. Why?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.