Data Structures
ANSI C C11
| Intermediate
- 13 videos | 54m 22s
- Includes Assessment
- Earns a Badge
C includes a number of structures to make it easy to work with and manipulate numeric and character data. Learn how to work with arrays, strings, and the structure data type in C.
WHAT YOU WILL LEARN
-
Describe arrays and use one dimensional arrays in c programsAccess specific elements in an array, add and array elementsUse two dimensional arrays in c programsUse multi-dimensional array in c programsDescribe strings as character arrays, contrast with character constants and show how to initialize a stringRead and write strings and characters and print to screen in c programsUse functions such as strcopy(), strcat(), strrev(), strupr(), strlwr(), strcmpi(), strncat() and strncpy() to manipulate strings
-
Contrast a structure with an array and declare a structure in a c programDeclare and use nested structures in a c programDefine an array with a structure data type in cPass a structure to a function and return a structure from a function in cPoint to a structure in cDescribe bit fields and declare and use bit fields in c structures
IN THIS COURSE
-
3m 52sUpon completion of this video, you will be able to describe arrays and use one-dimensional arrays in C programs. FREE ACCESS
-
4m 47sIn this video, find out how to access specific elements in an array, and add array elements. FREE ACCESS
-
4mDuring this video, you will learn how to use two-dimensional arrays in C programs. FREE ACCESS
-
4m 26sIn this video, learn how to use multi-dimensional arrays in C programs. FREE ACCESS
-
3m 40sAfter completing this video, you will be able to describe strings as character arrays, contrast them with character constants, and show how to initialize a string. FREE ACCESS
-
3m 51sIn this video, you will learn how to read and write strings and characters and print to the screen in C programs. FREE ACCESS
-
4m 24sIn this video, you will learn how to use functions such as strcopy(), strcat(), strrev(), strupr(), strlwr(), strcmpi(), strncat() and strncpy() to manipulate strings. FREE ACCESS
-
3m 47sLearn how to contrast a structure with an array and declare a structure in a C program. FREE ACCESS
-
4m 5sFind out how to declare and use structures within structures in a C program. FREE ACCESS
-
4m 38sLearn how to define an array with a structure data type in C. FREE ACCESS
-
4m 3sDuring this video, you will learn how to pass a structure to a function and return a structure from a function in C. FREE ACCESS
-
4m 42sIn this video, find out how to point to a structure in C. FREE ACCESS
-
4m 9sAfter completing this video, you will be able to describe bit fields and declare and use bit fields in C structures. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Channel
Wintellect C Programming