Hi anil Thank you but some one are feeling bored. Any way Thanks for your support and interest towards our channel and share our channel with your friends. Keep following our channel.
hi mukherjee thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel. sure i will try to upload them soon.
hi nitesh thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
from long time i have a doubt , here in this example s1 is internal pointer variable, to store address of internal variable we need to use pointer of pointer variable but here why we using normal pointer variable
Sir if scanf takes the address of variable.. and pointer points to the address of the variable.. then why we are writing &ptr->roll.. as pointer itself points to the address???
hi med thank you very much for your complement. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
hi we can declare structure variable at the end of structure or in main function. If structure variables are declared at the end of structure then structure name is not required. If you want to declare structure variables inside the main function then that declaration must be done with the help of structure name. Hope your doubt has been clarified.
sir at the printf statement why cant we print the value as "printf("%d",*ptr->roll no);" as using '*' we can print the value at the adress of variable rollno.
Would it be possible to share a video about structures having member functions in C? I know it is done using function pointers. Can you please share a worked example ?
#include struct student { int rno; int age; }; int main() { struct student (*ptr); ptr->rno=15; ptr->age=20; printf("rno=%d age=%d",(ptr->rno),(ptr->age)); return 0; } why my code getting segmentation coredumped. what happens if directly use pointer to structure.
hi chaitanya I am sorry I am out of station and I will be back by 21st. if possible I will do that at that time. Thanks for your support towards our channel.Share our channel with your friends and keep following our channel.
hi nagaraju sure i will try to upload it soon in our channel. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
u are telling/recalling what we know/remember and then adding new things. Hats off
Hi anil
Thank you but some one are feeling bored. Any way Thanks for your support and interest towards our channel and share our channel with your friends. Keep following our channel.
Amazing sir 😊😊😊❤
i am studying electrical engineering in one of the worlds top leading universities but my professors never explained it so explicitly.u are a legend
hi Ali
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Bhai tere top university ka naamm puch sktaa hunn maim???
superb sir . I attend the lectures of nptel ,but you explain in better way. Thanks Sir.
Sir your way of teaching super
Anna still you growing...your explanation is so simple and very very easy to understand ....for all of us...thank you for your great effort...❤
Sir thank you so much for all your great work on providing well explained video content.
Thank you for clearing my doubts about pointers. Amazing explanation !
hi raiyan
thanks for watching my sessions.
Thank you so much sir the way of your explanation is unbelievable and easy to understand
Nice video sir,.thanks much,.keep up the good work.👏👏👏👏
sir u really make it very simple.loved your video
how to access member of structure array when it passed to function through address
du bist die Beste ! U R Great -> Teacher
Step by step explanation is great
Great explanation sir.👍
This video is very useful for me.
Meeru super gurugaru....👌👌👌
Thank you Sir. I have watched many tutorials but I couldn't understand structure and pointer. This tutorial really helped me a lot.
hi sajib
thanks for watching my sessions and interest towards our channel.
Welcome Sir. Really helpful channel for me and others students.
I just have to say that you are a master of your work! Thank you!
Thank you sir. I can clearly understand ur teaching. Plz explain about pointer to functions in structure program
hi jerin
thanks for your interest towards our channel definitely i will upload the concept soon.
Thank you sir. You make tough topic simple and interesting.
U are doing really good
U r best teacher keep it up sir
Sir if we have nested structure how can we access by using pointer
thank you.........you have done a great job sensi
HONESTLY, YOUR TUTORIALS KEEP THE INTREST IN C BURNING INSIDE OF ME..........
you are a great teacher sir, have been a great help!
Hi, I congratulate you. Could you upload more videos on pointers dealing with linked lists operations
Thankyou sir your explanation is very good
Sir, you are awesome. It will be a great help if you make videos on Data structure through C programming.
hi mukherjee
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel. sure i will try to upload them soon.
You r the best sir!!! 😄
hi
thanks for watching my sessions. Thanks for your interest and support towards our channel. Keep following our channel.
Sir... You are a my hero sir...
You are a HERO, thank you very much!!! I ve learned alot
Your teaching is just amazing sir thank you so much
Thankyou for clearing my doubt in structure and pointer.
hi nitesh
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
Excellent Teacher
from long time i have a doubt , here in this example s1 is internal pointer variable, to store address of internal variable we need to use pointer of pointer variable but here why we using normal pointer variable
Every doubt is cleared. Please make a video for void pointer.
hi
thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
PLEASE also explain how does the Pointer to Node work in "Linked List".
How to take mathematical equations in terms of x as input in c laungauge??
Awesome explanation
Thank You, Sir!!
Thanks u very much sir for your detailed and clear explanation tq very much sir
Sir if scanf takes the address of variable.. and pointer points to the address of the variable.. then why we are writing &ptr->roll.. as pointer itself points to the address???
can we use -> for scanf or only for prinf we can use ?
besides the nice explanation thats a very beautiful handwriting
hi med
thank you very much for your complement.
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
med 😂😂😂
Thanks sir it help me a lot
what is the use of accesing struct by using pointer?
Thank you so much sir
I love you
Loved it
mirchi movie song (background music)by the way nice teaching
This was brilliant thank you
Can we store address as char in this function
Thank u sir for clear my doubt
Sir do we need to take many pointer variable for many objects .bcoz u showed for single object .then what for s[10].
Sir should we declare structure variables in structure or inside the main function? Please tell
hi
we can declare structure variable at the end of structure or in main function.
If structure variables are declared at the end of structure then structure name is not required. If you want to declare structure variables inside the main function then that declaration must be done with the help of structure name.
Hope your doubt has been clarified.
@@sundeepsaradhi yes sir clarified
Thank you very much sir
Sir ptr->rollno it shows the rollno address right plss explain the doubts
Thanku sir u r great
Thank you sir.
thank you very nice lectures.please add datastructue through c if possible.
hi bharath
thanks for your interest towards our channel.
once completion of information security i will start uploading the videos on data structures.
Thanks a lot
The video was good sir but i wanted to know how to access the address of structure variable using pointer variable
Thanks sir...it helped me a lot....I have a doubt about this self referential functions....can you just make a video on that ?
hi manish
sure and soon i will try to upload the video on self referential structures.
thanks for your interest and support towards our channel.
Sir...video on self referential sturctures
Why & i snot used to scan a String?
can we have student 2 , student 3 that store the same things?
good stuff
Does the output while using -> give the address location or the value in the address location
Roshan Banapuram i too have the same doubt
sir at the printf statement why cant we print the value as "printf("%d",*ptr->roll no);" as using '*' we can print the value at the adress of variable rollno.
ya "*" is missing (acc. to me) .
Hello sir, I couldn't understand the usage of struct student s1 *ptr in the code or elsewhere. we are simply using *ptr
Can we use &ptr->name ????????tellllll
Sir what is the need to use pointer when we can directly access the members of a structure using dot operator
In data structure u will use.. like linked list and satck and queues
super sir, thank you
Would it be possible to share a video about structures having member functions in C? I know it is done using function pointers. Can you please share a worked example ?
hi giridhar
soon i will clear that.
Can you tell about the pointers in structures?
hi Kamlesh
ok i will do that with in couple of days.
sorry for the delay.
Replay is supersir
Sir as u have declared name as character , %c would suffice . Am I wrong??
Sir thank u sooo much
I think we have to use selection operator instead of dot operator
Nice Sir
Super sir
My notes have completed with your classes yet, but I have to buy a new notebook sir😔💕😁
ptr->name here ptr is a adress of s1 how can you write it in printf statement
Sir upload for c++ programming also pls..
hi jeeva
thanks for your interest towards our channel.
I will try to upload C++ videos soon
sir plz take a class about templates,friend operartor
Sir please make pointer to string concept in c programming language
#include
struct student
{
int rno;
int age;
};
int main()
{
struct student (*ptr);
ptr->rno=15;
ptr->age=20;
printf("rno=%d age=%d",(ptr->rno),(ptr->age));
return 0;
}
why my code getting segmentation coredumped.
what happens if directly use pointer to structure.
Sir can you upload vedios on macros
Sir explain about goto statement separately
hi vinay definitely i will upload with in couple of days.
thanks for watching my sessions and support towards our channel.
nice
Sir please make a vedio on pointers to array concept within 3 days
hi chaitanya
I am sorry I am out of station and I will be back by 21st. if possible I will do that at that time.
Thanks for your support towards our channel.Share our channel with your friends and keep following our channel.
Sir I want in pointers for inter function communication
hi sailekha
soon i will try to upload it soon.
Sir meeru baga chepparu kani mirchi songs vinabaddayee sir
Sir can u pls post a program for pointer to an array
hi nagaraju
sure i will try to upload it soon in our channel.
thanks for your interest towards our channel and share my sessions with
your friends and subscribe to our channel.Keep following our channel.
Sir ko likhne me kitni problem ho rahi hai ,Aisa lagta hai ki likhna mitna kathin kam hai
finally found the video
Sir do videos on java
hi mahitha
first let me finish the videos on C Programming and then i will try to upload soon.
plz upload video about linkedlist
Sir structure to pointer defination kavali sir ippuda urgent
Hii sir
Spr ga chepparu sir