C_79 Coding Problems on Pointers | Important Question with Answer

preview_player
Показать описание
In this lecture we will discuss some coding exercises on pointers.

*********************************************
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
Рекомендации по теме
Комментарии
Автор

All beautiful girls are not in movies some are in teaching field luv you mam superb explanation

iasaspirant
Автор

Your hard work is yielding and enlightening a lot of minds.
Being irresponsible I failed to pitch at the right domain at the right time of my age, Now at 32, I am watching your videos to get a job in the embedded C domain. All these years I was afraid to follow my interest because my mind was telling me that I am not good at programming but your motivation boosted my initiative to restart following my passion.
I thank you from bottom of my heart for your great mind to share knowledge. You are doing a great job, Jenny Ji. I wish you all success in your life and wholeheartedly support your work and future endeavor.
Your Karma will bring good moments in your life

rhymessasindran
Автор

write function that accepts empty array of float of size 5 as argument and assign values to the array from inside the function block and returns them in both cases call from the main to execute them.

bheshb.chauhan
Автор

Missed u a lot from 1 week feel bored tq for coming again mam now I am glad to see

saibalam
Автор

Tq so much for doing this wonderful job it will help us lots of students ❤️

vimalvrk
Автор

Thank you so much mam, in starting I was very much afraid about pointer, but now I'm able to understand the working of pointer. This question also I have done by myself after pausing the video. 😅😅 it's a big achievement for me to solve by myself as a civil background student.
Thanks again. 😀😀😀😀😀😀😀

genuinecounsellor
Автор

Great Work Please Mam never stop teaching...

RajuKumar-lhsf
Автор

You are my only hope maam please please keep making videos for your studnets

khushijain
Автор

Mam can u plz make videos on DBMS about transactions and schedules 🙂

adusumillilekhasri
Автор

Mam after second statement ptr should be increment to l but why u r using e in third statement.didnt get pls help me mam

praneshkumaar
Автор

3:20 #include <stdio.h>
int main()
{

int a=-11;
const int *p=&a;
printf("%d\n", a);
printf("%d", *p);
return 0;
}
output:
-11
-11

#include <stdio.h>
int main()
{

const int a=-11;

int *p=&a; // this line gives error

return 0;
}

fatima
Автор

At 12:12 video point, Last answer is wrong. Here ptr= 100, not 101. Can you please take a look. Ans will be: W W (garbage value)

nihalgupta
Автор

Thanks for uploading!, Happy Learning

anujeetkunturkar
Автор

Can anyone explain me ki in the 4th line why the pointer has 100
Why it shouldn't have 105 since it is printing m

Sumitkumar-goii
Автор

why the value of ptr [ at time 11:16] doesn't incrementing or decrementing as we move down??

scifoga
Автор

Thank you for helping me kaafi Dino we hilna Chahta tha mam 😉

circularopera
Автор

After a long time u seen thanks for coming I glad to see you

shamshadansari
Автор

Love you out fit colour drees 👍👌👌👌👌 keep going smiling 🙏🙏🙏

kgffact
Автор

Mam why don't you use countinues pointer value other than why u start from pointers 100, 101 for below printfs

MuthuKumar-cljc
Автор

Hello Jenny, should not be the second case "l"? I notice a ++ was ommited

yamilz