Answer Posted / nashiinformaticssolutions
A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are register variables? What are the advantage of using register variables?
How will you find a duplicate number in a array without negating the nos ?
Is it possible to initialize a variable at the time it was declared?
When should the register modifier be used? Does it really help?
How can I dynamically allocate arrays?
What is the use of ?: Operator?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are the 5 types of inheritance in c ++?
What is getch () for?
Should I learn data structures in c or python?
Why is c faster?
What is a rvalue?
What is variable in c example?
What are the functions to open and close file in c language?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)