Summary
Keywords
Full Transcript
#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-programming/online-compiler/ Github File: https://github.com/programiz/c-youtube C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-pointer-functions 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
