Watch this video on Pointers in C in Hindi! Data structures can be considered as a way to arrange data in computers. One type of such data structures is pointers. Pointers are used to access information and value from memory and are variables that store the address of other variables. Basically, these point to a memory location and are easy and fun to learn as certain tasks in C programming can be easily done with pointers.

Great Learning brings you this tutorial on Pointers in C to help you understand everything you need to know about Pointers in C and getting started on the journey to learn about it well. This video starts by introducing you to Pointers, followed by guiding you on how to use them. Then we look at the concept of the size of Pointers, its types and understand the program on swapping of two values. Following this, we will understand the concept of double pointer and pointer with arrays and strings, post which we’ll finally we look at the advantages in Pointers. This video teaches all of these concepts with a variety of demonstrations and examples to help you get started on the right foot.

  • 0:00:00 Introduction
  • 0:02:01 Agenda
  • 0:04:11 Introduction to Pointers
  • 0:11:48 How to Use Pointers?
  • 0:24:58 Size of Pointers
  • 0:35:26 Program on Swapping of Two Values
  • 0:50:52 Pointer to Function
  • 0:58:04 Types of Pointers
  • 1:02:19 Pointer to Pointer
  • 1:08:32 Pointer With Array and String
  • 1:18:30 Advantages of Pointers

#programming #c #c-porgramming #developer

Pointers in C | Introduction to Pointers | C Language Tutorial
1.70 GEEK