Data Structures

ANSI C C11    |    Intermediate
  • 13 videos | 54m 22s
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 562 users Rating 4.4 of 562 users (562)
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 programs
    Access specific elements in an array, add and array elements
    Use two dimensional arrays in c programs
    Use multi-dimensional array in c programs
    Describe strings as character arrays, contrast with character constants and show how to initialize a string
    Read and write strings and characters and print to screen in c programs
    Use 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 program
    Declare and use nested structures in a c program
    Define an array with a structure data type in c
    Pass a structure to a function and return a structure from a function in c
    Point to a structure in c
    Describe bit fields and declare and use bit fields in c structures

IN THIS COURSE

  • 3m 52s
    Upon completion of this video, you will be able to describe arrays and use one-dimensional arrays in C programs. FREE ACCESS
  • 4m 47s
    In this video, find out how to access specific elements in an array, and add array elements. FREE ACCESS
  • Locked
    3.  Two-dimensional Arrays
    4m
    During this video, you will learn how to use two-dimensional arrays in C programs. FREE ACCESS
  • Locked
    4.  Multi-Dimensional Arrays
    4m 26s
    In this video, learn how to use multi-dimensional arrays in C programs. FREE ACCESS
  • Locked
    5.  Strings and Character Arrays
    3m 40s
    After 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
  • Locked
    6.  Reading and Writing Strings and Characters
    3m 51s
    In this video, you will learn how to read and write strings and characters and print to the screen in C programs. FREE ACCESS
  • Locked
    7.  Manipulating Strings
    4m 24s
    In 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
  • Locked
    8.  Declaring Structures
    3m 47s
    Learn how to contrast a structure with an array and declare a structure in a C program. FREE ACCESS
  • Locked
    9.  Using Nested Structures
    4m 5s
    Find out how to declare and use structures within structures in a C program. FREE ACCESS
  • Locked
    10.  Structures and Arrays
    4m 38s
    Learn how to define an array with a structure data type in C. FREE ACCESS
  • Locked
    11.  Structures and Functions
    4m 3s
    During this video, you will learn how to pass a structure to a function and return a structure from a function in C. FREE ACCESS
  • Locked
    12.  Pointing to Structures
    4m 42s
    In this video, find out how to point to a structure in C. FREE ACCESS
  • Locked
    13.  Structures and Bit Fields
    4m 9s
    After 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

Rating 4.6 of 23 users Rating 4.6 of 23 users (23)
Rating 5.0 of 2 users Rating 5.0 of 2 users (2)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.7 of 26 users Rating 4.7 of 26 users (26)
Rating 4.3 of 146 users Rating 4.3 of 146 users (146)
Rating 4.4 of 64 users Rating 4.4 of 64 users (64)