what is data structures in c language
Hello
For this i would like to suggest you Data structures and algorithms made easy by Narasimha Karumanchi. This is a book on DSA.
However if you want to study online then i have a recommendation for you about an online course.
There's the link- https://youtu.be/nzAbjmShSU8
Greetings!
Data Structures in C Programming Language is a specialized format for organizing and storing data .
In general data structure types include the file, array, record, table etc and these are used to store data in an organised and efficient manner. The C Programming language has many data structures , few examples include an array, stack, queue, linked list, tree, etc, programmers select appropriate data structure and use it as per their convenience. Data Structure simply specifies types of data , and operations can be performed on them . Simple data structures include integers, real numbers, Booleans (true/false), and characters or character strings etc .
I hope that you find it helpful.
Good luck
Thankyou
Dear Student,
Data structure in A particular programming language are used to store data in proper arranged form.In c language Data structures are arrays , Linked list,Stack,Queue,Tree data structures keep address of proper data which is stored through coding .
There are also data structures operation which are performed such as insertion ,sorting etc.
For example we can store multiple values of same type in data structure called as array.
Thanks
All the very best.