You're amazing sir. I learned a lot from your videos. Thanks for all the efforts. Love from Gujarat :)
@sanjanagoud90585 жыл бұрын
Thank you sir for ur videos👌👏
@iam_bunny32393 жыл бұрын
Giving clear explanation 👏👏👏
@ethiopia-prevails498 Жыл бұрын
Tnx that u gave me better explaplanations on ur platform. My question is what does it mean if (int *)&a written.
@vithanalabhargav1297 жыл бұрын
Sir, In this program the printf statement ("%d",sum); in the function definition will it prints the address or the value stored in that address?
@sundeepsaradhi7 жыл бұрын
hi bhargav nice observation here i have to replace the printf statement ("sum=%d",*sum); thanks for your correction.
@saisriharshayellaboyina24343 жыл бұрын
Nice observation bro
@priyanshumeher33693 жыл бұрын
Nyccccc
@aleXelaMec Жыл бұрын
good explanation! thanks
@travellerdelhiites81153 жыл бұрын
You are great sir!!!Thanku for this video.
@francisbritto35566 жыл бұрын
Sir i understood easily by your video.If you are telling funtion pointer i hope it will be too useful for everyone
@_AkashRuidas3 жыл бұрын
you are the best sir
@GSP-vd9yr6 жыл бұрын
Clear and brief explanation sir
@priyanshumeher33693 жыл бұрын
Thank uhhhh❤❤
@DEEPAKM-gk2pj2 жыл бұрын
sir inside of printf statement (* sum) is give correct ans.but sum is print the address of sum
@kushalyeruvaka53124 жыл бұрын
EXPLAINED WELL SIR......
@nandugaming45922 жыл бұрын
Tq sir well explanation
@Seerat.Bashir6 жыл бұрын
Sir can u plz make a video on passing arrays( both by element and whole array) as function arguement..Sir plz reply ..
@anithar22687 жыл бұрын
U r brilliant sir. Super!
@sundeepsaradhi7 жыл бұрын
Hi Jeeva Anitha thanks for your support towards our channel.
@mrds79816 жыл бұрын
sir your explanation is excellent and very understanding. can you please explain the example program for accessing string members using pointers
@SatheeshKumar-bk4vv3 жыл бұрын
If u declare variables like a, b, sum=0 it means for all the three variables are initialized as zero.
@Contemelia2 жыл бұрын
No. It means that sum is initialized as 0 and a and b are declared. If u want all of em to be initializes as 0, you type it as int a = 0, b = 0, sum = 0;
@Rahulkumar-dg5pu4 жыл бұрын
Thanks sir concept cleared !!
@pritamsaha28483 жыл бұрын
sir...here add() is the called function and main() is its calling function...
@arunaagt82294 жыл бұрын
is this program is call by reference or call by value?
@mayank_singh_433 жыл бұрын
One thing is missing Actually in last line ,inside printf of add function ,we should write *sum in place of sum.
@mayank_singh_433 жыл бұрын
But nice content sir ,i learnt this thing completely from your video
@vallimanickam74393 жыл бұрын
sir valli from cuddalore ,tamil district . i like ur videos very much excellent explanation sir. one doubt sir i need full program outside the main we declare function sir this is correct one sir int add( int int int) or int add(^int *int *int) if it is wrong how can i declare
@fahadp74542 жыл бұрын
We can't print sum inside function add ?
@preethig83344 жыл бұрын
Thank u sir
@singanapallinagasai6447 Жыл бұрын
Sir if we print *sum means what will come in printf statement
@subhasish50473 жыл бұрын
*sum last me hoga btw love u Sir
@sumathijanani24676 жыл бұрын
In main() we use local variables and how that variables are used in user defined function
@shabarish27275 жыл бұрын
in user defined fucntion we write int *a This is completely different that that in the main function
@whatwelearntoday5 жыл бұрын
Gr8 🤩🤩
@MKSundaram4 жыл бұрын
Why and where we can use pointers?
@aswiniganesan81376 жыл бұрын
"Write a program to print all permutations of a given string",can you please explain this program in one of your videos sir.
@moropaneedwin49156 жыл бұрын
This video is super .It is number one... Thank you for playing an important role in our lives Sir. So ,Is it possible that I can declare the variable sum only in the function definition and not in the main function ?
@moropaneedwin49156 жыл бұрын
for instance ,I just write it like this int sum=0 ; sum=*a+*b ; cout
@sundeepsaradhi6 жыл бұрын
hi Edwin you can write like this.This will also give the same result.
@thakararkeval47596 жыл бұрын
How can we pass 2d array in function and try to explain in how memory work in that process..
@sushantregmi21264 жыл бұрын
should have used different variables rather than a and b in the add function, it would have been more clear to understand and its printf ("sum = %d ", *sum );
@seethals79174 жыл бұрын
Thank you sir...
@slientpower_36616 жыл бұрын
Please provide total pointer concepts
@iam_bunny32393 жыл бұрын
function declaration not written sir
@rajaessaar7896 жыл бұрын
Sir why you couldn't declare the pointer variable
@rajeshmishra40255 жыл бұрын
Can we use anything else at the place of add in the same programm??? Why this add is used???
@shivanichavan62753 жыл бұрын
Yes u can
@balipavankalyan50086 жыл бұрын
At last sentence printf ("sum = %d ", *sum );
@sundeepsaradhi6 жыл бұрын
hi bali printf ("sum = %d ", *sum ); is the correct one and thanks for observation and correction.
@Mani_28082 жыл бұрын
the program does not execting sir
@satellite9644 жыл бұрын
what if a was initialized as int *a instead of just int a?
@khojpedia57596 жыл бұрын
Awesome sir
@sundeepsaradhi6 жыл бұрын
hi thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
@Adnangamingzone4376 жыл бұрын
Thanks sir
@sundeepsaradhi6 жыл бұрын
hi thanks for watching my sessions and supporting our channel.keep following our channel.
@Hmkm5227 жыл бұрын
thank you sr
@sundeepsaradhi7 жыл бұрын
always welcome manoj
@balipavankalyan50086 жыл бұрын
It is right or urs right
@sathiyajvrajan58055 жыл бұрын
Hi sir, can u examplain this functions to pointer using signals .....and how it works in linux
@ShivamVerma-gq2sm5 жыл бұрын
sir why are not writing any return type in both the function definition?
@akshayambrose4515 жыл бұрын
While writing the code for main(), you can skip return type(void or int). The program will work fine.
@523priyanka95 жыл бұрын
Sir please make a video on array of pointers
@gonuguntlashashankasai3 жыл бұрын
i am study b.tech 1 sy year civil
@balipavankalyan50086 жыл бұрын
Sir , very nice
@sundeepsaradhi6 жыл бұрын
hi bali thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
@balipavankalyan50086 жыл бұрын
Sundeep Saradhi Kanthety Sure sir
@balipavankalyan50086 жыл бұрын
Can you help me , please sir
@aruranganeshan29515 жыл бұрын
It's seems to be confusion because same variables are using main,add function, Please refer this code , if i wrong please correct me #include void add(); int main() { int a,b,sum=0; printf("Enter a & b"); scanf("%d %d",&a,&b); add(&a,&b,&sum); } void add(int *x,int *y,int *z) { *z=*x+*y; printf("Total=%d ",*z); }
@rajeshchowdary32605 жыл бұрын
Please explain double pointers
@youaremyfavoritemistake8136 жыл бұрын
sir..I am passing integer pointer but while receiving I want receive in char pointer..pls explain
@epurijala40256 жыл бұрын
nice
@jayachandrareddy36247 жыл бұрын
Sir pls tell me about dynamic memory allocation sir
@sundeepsaradhi7 жыл бұрын
hi jayachandra thanks for your interest towards our channel and soon i will try to upload the video.
@jayachandrareddy36247 жыл бұрын
Thank you sir
@chandanboro87146 жыл бұрын
plzzz sir...make a video about dynamic memory allocation
@shifazahera70996 жыл бұрын
Sir while writing printf statement in the end cant we write *sum??
@sundeepsaradhi6 жыл бұрын
hi shifa you can write * sum in the printf function so that it will print the value of variable sum. Hope your doubt has been clarified.
@shifazahera70996 жыл бұрын
Thank you
@zenmohan80765 жыл бұрын
sir can you upload the video reagrding array and pointers..
@raniswarupa61173 жыл бұрын
Features pointer
@sonamsharma90907 жыл бұрын
sir please passing argument in function ka square vala program appload kijiye na
@sundeepsaradhi7 жыл бұрын
hi sonam plz communicate in english so that i can easily understand your problem for clarifying your doubt.
@chantisuragali45862 жыл бұрын
sir u for got to wirte *sum.
@akshaykumark53397 жыл бұрын
spr sir
@sundeepsaradhi7 жыл бұрын
hi akshay thanks for your interest towards our channel.
@shivathumma5916 жыл бұрын
sir upload video about pointer to pointer
@sundeepsaradhi6 жыл бұрын
hi shiva soon i will upload it. thanks for your interest towards our channel and share my sessions with your friends and subscribe to our channel.Keep following our channel.
@b-techwala8744 жыл бұрын
#CODE #include int add(int*,int*,int*);// Function declartion int main() { int a,b; int sum=0; printf("Enter the values of a and b: "); scanf("%d%d",&a,&b); add(&a,&b,&sum); // Calling the function } // Function definition /* * represents the value of which the pointer that pointing the variable or address and & represents the address of the variable*/ int add(int *a,int *b,int *sum) { sum=*a+*b; printf("sum=%d",sum); }
@harshabannaravuri92292 жыл бұрын
Wrong bro
@harshabannaravuri92292 жыл бұрын
In function sum is pointer variable
@akshaykumark53396 жыл бұрын
this video is not that as satisfying sir function doesn't print anything I think
@sundeepsaradhi6 жыл бұрын
hi akshay here we have written function which belongs to FUNCTIONS WITH ARGUMENTS WITHOUT RETURN VALUES. So we have written output statement in user defined function itself. If you want to write the output statement in main function then you can write return output to main function. Hope you satisfied with my answer and your doubt has been clarified.
@pranavkulkarni186 жыл бұрын
Your teaching method is good but please speak in hindi
@bondavijaykishore47125 жыл бұрын
Hii sir, functions full ga doubt undhi explain cheyyandi sir motham