Common Functions

ANSI C C11    |    Beginner
  • 13 videos | 51m 50s
  • Earns a Badge
Rating 4.4 of 64 users Rating 4.4 of 64 users (64)
The C language includes a number of built-in functions for use in your programs. Discover how to work with some of these functions, as well as the purpose of and how to use pointers in C.

WHAT YOU WILL LEARN

  • Use the printf() function in c programs
    Use the scanf() function in c program
    Contrast and use getchar(), getch, and getche() for character input and display
    Describe pointers and demonstrate how to use the address-of operator, &,  to return the address of a variable
    Use the dereference operator, *, in a c program
    Demonstrate how to declare pointers for different data types
    Use a pointer to point to another
  • Describe  and implement arithmetic operations on pointers in c
    Point to an array
    Store pointers in an array
    Point to a string in c
    Pass an address to a function and return an address from a function in c
    Describe and use generic pointers in c

IN THIS COURSE

  • 5m 13s
    In this video, you will learn how to use the printf() function in C programs. FREE ACCESS
  • 3m 43s
    In this video, you will use the scanf() function in a C program. FREE ACCESS
  • Locked
    3.  Character Input and Output
    3m 12s
    During this video, you will learn how to use getchar(), getch, and getche() for character input and display. FREE ACCESS
  • Locked
    4.  Using the Address-Of Operator
    4m 15s
    After completing this video, you will be able to describe pointers and apply how to use the address-of operator, &, to return the address of a variable. FREE ACCESS
  • Locked
    5.  Using the Dereference Operator
    5m 35s
    In this video, learn how to use the dereference operator (*) in a C program. FREE ACCESS
  • Locked
    6.  Declaring Pointers
    4m 37s
    In this video, you will learn how to declare pointers for different data types. FREE ACCESS
  • Locked
    7.  Pointing to Pointers
    3m 18s
    In this video, you will use a pointer to point to another pointer. FREE ACCESS
  • Locked
    8.  Arithmetical Operations on Pointers
    3m 25s
    After completing this video, you will be able to describe and implement arithmetic operations on pointers in C. FREE ACCESS
  • Locked
    9.  Pointers and Arrays
    3m 50s
    During this video, you will learn how to point to an array. FREE ACCESS
  • Locked
    10.  Array of Pointers
    3m 21s
    During this video, you will learn how to store pointers in an array. FREE ACCESS
  • Locked
    11.  Pointers and Strings
    3m 58s
    In this video, you will learn how to point to a string in C. FREE ACCESS
  • Locked
    12.  Pointers and Functions
    3m 23s
    During this video, you will learn how to pass an address to a function and return an address from a function in C. FREE ACCESS
  • Locked
    13.  Generic Pointers
    4m
    After completing this video, you will be able to describe and use generic pointers in C. 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 3.7 of 3 users Rating 3.7 of 3 users (3)
Rating 4.7 of 114 users Rating 4.7 of 114 users (114)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.3 of 627 users Rating 4.3 of 627 users (627)
Rating 4.4 of 1166 users Rating 4.4 of 1166 users (1166)
Rating 4.5 of 990 users Rating 4.5 of 990 users (990)