Data Structures Using C is a module book for you. After working through this module you should be able to create and use new and complex data types within C programs.
Learning objectives
After working through this module you should be able to:
- Manipulate character strings in C programs.
- Declare and manipulate single and multi-dimensional arrays of the C data types.
- Create, manipulate and manage C pointers to data elements.
- Create and manage complex data types in C.
- Use unions to define alternate data sets for use in C programs.
- Allocate memory to variables dynamically.
- Manipulate characters and bits.
Content of this module:
- Strings.
- Arrays.
- Pointers.
- Data definitions – Structures.
- Data definitions – Unions.
- Dynamic allocation of data
- Character and bit manipulation
Comments
Post a Comment
Give your valuable Comment...