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 is the difference between void main and main in c?
What is the difference between text and binary modes?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does printf does?
What is the difference between call by value and call by reference in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is difference between arrays and pointers?
What are the 4 types of functions?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
When a c file is executed there are many files that are automatically opened what are they files?
What is the scope of an external variable in c?
Explain data types & how many data types supported by c?
What is the 'named constructor idiom'?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is a example of a variable?