C_73 Pointers in C- part 3 | Pointer Assignment

preview_player
Показать описание
In this lecture we will discuss how to assign a value of pointer to another pointer.

*********************************************
Connect & Contact Me:

Telegram Group Link: Jenny's Lectures
*******************************************

More Playlists:

Tags:
pointers in c, what is pointer, introduction to pointers in c

#coding #strings #jennyslectures #cprogramming #clanguage
Рекомендации по теме
Комментарии
Автор

Hope a good teacher like u comes in our college tooo😢

kmanish
Автор

On behalf of all cse students..
Thanks a lot ma'am... ❤️

priyanshuverma
Автор

#include <stdio.h>

int main()
{
int a=10, b=11;
int *p, *q;
p=&a;
*q=*p;
printf("a=%d %d %d", a, *p, *q);

}

output is coming as:
a=10 10 10 // without initializing q

ASatyanarayana
Автор

it's been 2 years now an this playlist with all the videos including this one, and this is litterlarly a life saver, it's a clue that your method of learning is awesome thanx a lot it's 2024 and i watch this to learn the things that the teacher in college didn't said. Thank you again ma'am i appreciate your effort :)

lxqqncd
Автор

One of the best explaination for pointers

g.nirmalkumar
Автор

On behalf of all royal mechanical students..
Thanks a lot ma'am....❤❤❤❤

mani
Автор

Thank you ma'am for your best information about pointer in C. Because I have some doubts in pointers.

codeanalysis
Автор

Mam literally I am addicted to your voice

nsebabu
Автор

Thinking about your videos and when I opened YouTube you was right there at first 🥇

aniketkumar
Автор

i'm so grateful for that i found your channel
tysm mam

_gayatrrii_
Автор

Mam I am a student of fybca in ahmednagar maharastra
You have made this chp very simple and easy
So, Thank you very much mam🙇🙇🙇🙏🙏🙏

sachinshekade
Автор

mam waited for pointers for a long time thanks for start uploading mam!!.please post all videos as soon as possible mam.please try to upload 2 videos per day mam.Thank you mam.

vickyvignesh
Автор

Thanks mam I understand very well
Your teaching is very nice 👌👌

dundappafulari
Автор

thank you mam, its more helpful for the in my life

chandrareddy
Автор

Bonding signature is correct.,
It is an example of algorithm coding.
It will take any adress in this program right

SravanKumar-ucqt
Автор

Reviewing pointers for Data Structers lesson, i learned more than i knew thanks (bu hoca bir müthiş dostum 5.11.2022)

anlackermann
Автор

Ma'am
C_72 pointers part3 video is not there in play list ma'am

prajwal
Автор

Which app ur using to code in your computer...or any c compiler is good means suggest

darineesh.r
Автор

And congratulations for completing 513k subscriber 🎉

sunandamallick
Автор

Ma'am please make video on calloc malloc and relloc

YuvrajSingh-thvw