#array

C1C2
18 Mga view ยท 4 buwan kanina

#24 C Pointers and Arrays | C Programming For Beginners

In the last video, we learned about Pointers in C. We learned about working with memory addresses. Now, we will learn to use pointers to work with arrays. We will see examples to access elements using pointers and also to change array elements using pointers. So this video will be very helpful to understand the use of pointers and array with each other much more clearly.

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/blob/master
C (title) Tutorial (text-based tutorial): https://www.programiz.com/c-pr....ogramming/c-pointers

Timestamps:
00:15 - C Pointers and Array
05:15 - Access array elements using pointer
06:43 - Change array elements using pointers
08:40 - Programming Task
09:34 - 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: discord.gg/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 #array #cprogramming #learnc #cpointers

C1C2
17 Mga view ยท 4 buwan kanina

#20 C Multidimensional Arrays | C Programming For Beginners

In this video, we will learn to work with multidimensional arrays. We will start by understanding the declaration, initialization, and accessing each element of a multidimensional array. Then, we will try out many examples like matrix multiplication programs to make the concept clearer. So, watch the video till the end to have a better understanding.

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/c-multi-di

Timestamps:
00:00 Start
00:20 C Multidimensional Arrays
00:39 Declaration multidimensional array
01:17 Initialization of multidimensional array
02:49 Access Array Elements
04:57 Change Array Indexes
06:56 Multidimensional Array and for loop
10:14 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: discord.gg/programiz

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 #multidimensionalarrays #cprogramming #learnc #array #multidimensionalarrayinc #arrays #c

C1C2
16 Mga view ยท 4 buwan kanina

#19 C Arrays | C Programming For Beginners

In this video, you will learn about array in C Programming. You will learn to declare, initialize and access elements of an array with the help of examples. In addition to that you will have clear concept on using array with loops and index out of bound errors that you may face while using an array.

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-programming/c-arrays

Timestamps:
00:00 Start
00:18 C Arrays
00:51 Syntax for array declaration
01:46 Assign Value to Array
03:23 Array index
05:33 Assign Values using index number
07:58 Change Array Elements
09:09 Loop and Array
11:32 Index Out of bound Error
12:28 Programming Task
13:07 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 #carray #cprogramming #learnc #array #loop

C1C2
2 Mga view ยท 4 buwan kanina

#21 C Strings | C Programming For Beginners

In this video, we will learn about strings in C. With many examples we will show you how to can create strings. Then we will learn to take String input and we will also show you how we can access and change each character of the string using indexes 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 (title) Tutorial (text-based tutorial): https://www.programiz.com/c-programming/c-strings

Timestamps:
00:00 Start
00:16 C Strings
02:45 String Input
05:58 Access Characters of a String
07:49 Change Characters of String
9:12 Programming Task
9:54 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: discord.gg/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 #cstrings #cprogramming #learnc #strings #array #index #cstring