#functions
#25 C Pointers and Functions | C Programming For Beginners
In this video, we will learn to use Pointers and Functions together in C Programming. We'll learn to pass addresses and pointers as arguments to functions with the help of examples.
In C programming, it is also possible to pass addresses as arguments to functions. Let's learn all these in this video. To accept these addresses in the function definition, we can use pointers. It's because pointers are used to store addresses.
Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c-youtube
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-pointer-
Timestamps:
00:18 - C Pointes and Functions
02:28 - Find the square of a number
04:39 - Return Pointers from a Function
06:21 - Add two numbers
08:50 - Programming Task
09:44 - Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Programiz PRO: programiz.pro
Website: https://www.programiz.com
Discord: https://discord.com/invite/programiz
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Twitter: https://twitter.com/programiz
#programiz #pointers #functions #pointersexample #functionexamples #cprogramming #learnc
#17 C Standard Library Functions | C Programming For Beginners
In this video, we will learn about standard library functions in C Programming. More specifically, we will learn what are they, the different library functions in C, and how to use them in our program.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/library-fu
Timestamps:
00:00 Start
00:27 C Standard Library Functions
01:48 math Header File
02:19 sqrt function
03:34 cbrt function
06:11 ctype Header File
08:31 Benefits of Standard Library Functions
09:19 Programming Task
10:00 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #learncprogramming #learnc #libraryfunctions #functions #standardfunction #cprogramming #cprogrammingforbeginners
#15 C Functions | C Programming for Beginners
In this video, we will learn about functions to divide our program into small blocks of codes. We will try out examples using Function Parameters. And we will discuss return types and Function Prototype. We will also learn different types of Standard Library Functions available in C programming.
This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e
~
Resources:
C Online Compiler: https://www.programiz.com/c-pr....ogramming/online-com
Github File: https://github.com/programiz/c....-youtube/blob/master
C Functions Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-function
Timestamps:
00:00 Start
00:18 C Functions
01:06 Syntax of Function
04:55 Function Parameters
05:23 Create a function with parameter
09:42 Return Type
12:44 Function Prototype
14:18 Standard Library Function
16:12 main Function
16:33 programming task
17:01 Quiz
~
Revise your learning using our C App
Download here for Android: https://bit.ly/3upaInx
Download here for iOS: https://apple.co/3EZLtNq
Find Programiz elsewhere:
Facebook: https://www.facebook.com/programiz
Instagram: https://www.instagram.com/_programiz/
LinkedIn: https://www.linkedin.com/company/programiz
Website: https://www.programiz.com
Twitter: https://twitter.com/programiz
#programiz #cfunctions #cprogramming #learnc #functions #cfunction #returntype #learncprogramming #functionsinc