Add to Wishlist
Data Structure Using C Language
COURSE DESCRIPTION
Data structure is a specialized format for organizing, processing, and storing data. This course introduces and explains the concept of gathering and storing data. In addition, it explains how data structure can be implemented using C programming language. This course also explains the varieties of data types and how they can be linked to C language.
TARGET AUDIENCE
Everybody interested in learning C programming language.
COURSE CONTENT
- What is the idea behind data structure?
- How to link C programming language to data structure
- Why Recursion cannot be ignored
- How data structure has changed the means of viewing information
- Understanding the difference between a linear data structure and heirarchical data structure.
MODULE 1
-
1Introduction to Data StructureThis lesson introduces data structure, why data structure and how it can be linked to C programming language.
-
2PointersPointers are very important aspect of C language. This lesson explains how pointer works
-
3Methods and ParametersThis lesson introduces methods and parameters and their usefulness to data structure as a whole.
-
4StructuresThis lesson explains the importance of structures and how they can be linked to C language.
-
5Use of SpecifiersSome functions can be used to replace data types. This lesson explains types of specifiers and their uses.
-
6Module 1 Quiz
MODULE 2
MODULE 3
-
10Introduction to an ArrayThis lesson introduces the first data structure for this course and explains the meaning of an array
-
11Types of ArrayThis lesson explains the types of an array
-
12Array in CArray can be implemented in C language.
-
13Declaration of an ArrayThis lesson shows the declaration of an array.
-
14How to delete element in an ArrayHow to delete an element in an array
-
15How to reverse element in an ArrayHow to reverse elements in an array
-
16How to search for element in an ArrayHow to search for an element in an array
-
17Output of a reversed element in an Array
-
18Module 3 Quiz
MODULE 4
MODULE 5
MODULE 6
MODULE 7
It is used to print output
Can be used to enter values during implementation
Return 0 is used to be sure that each commands executes successfully
This is a type of specifier commonly used to identify an integer value and there are many more in module 1
These are data types
Be the first to add a review.
Please, login to leave a review