ma'am you are my first mentor to whom I cannot ask a single doubt because as the doubt comes to my mind in the next line you were explaining the solution.. hats off to your hardwork... it is visible in the level of your concepts clarity... thankyou for providing these concepts in free of cost😄
- `auto` is used for local variables within functions. - Global variables are considered `external` by default, not `auto`. - You can't declare global variables with the `auto` keyword due to the conflicting scopes.
Wow one day ,2 videos.great improvement.i suddenly remembered my child hood English story.And the chapter name is Holiday.the moral of the story is generally humans after a holiday or trip,used to do their works fast than in regular days.i hope this idea works.😂👍
Mam you sometimes amaze us with your explanation. You explain basic things with so much clearity. These basics are ignored by many of the you tubers! Thanks a lot❤
I wanna tell something mam ....i am B.pharmacy student n i don't know anything about java lava alpha gama ...but i came here to watch u ..u absolutely gorgeous...n the way you teach is awesome...you facial expression is ❤❤💓💓💞
If you need a variable accessible by all functions, you can declare it as a global variable without the auto keyword. Alternatively, you can use the static keyword within a function to create a function-local variable that persists across function calls.
Mam ,in the register int declaration you said pointer is not acceptable but what you explained is that we can use pointer i am not understood(yes and no cannot be in same syntax)
auto key word is applicable to block or function/method but global value is applicable to whole function so auto is not correct to written in global area
*HOW CAN WE STORE IN CACHE MEMORY?* - storing in registers will obviously speed up the performance of the program but can we store in L1 cache of Intel processor? L1 will able to hold more data than registers and also faster than RAM.
if we declare auto key word in global area it will give error because the global area function declaration if may be applicable to another function so which that same auto variable value will be assigned to the another function so it will give error
Mam please upload vedios faster because we are left just 4 to 5 days for semester exam and after that we may not watch your vedios because we will get c++ language..
When we declare a variable at the global level (outside of any function), it is automatically assigned the static storage class by default, not the auto storage class....So,it is possible to keep int a; in the global part....Because it is considered as a static variable.
ma'am you are my first mentor to whom I cannot ask a single doubt because as the doubt comes to my mind in the next line you were explaining the solution.. hats off to your hardwork... it is visible in the level of your concepts clarity... thankyou for providing these concepts in free of cost😄
Mam please as soon as possible start Java also mam many students are eagerly waiting...... Comparing to many channels yours is the best mam💯
Yes
- `auto` is used for local variables within functions.
- Global variables are considered `external` by default, not `auto`.
- You can't declare global variables with the `auto` keyword due to the conflicting scopes.
I saw so many videos.... no one told clear cut as like u. Superb.......Thank you akka
Wow one day ,2 videos.great improvement.i suddenly remembered my child hood English story.And the chapter name is Holiday.the moral of the story is generally humans after a holiday or trip,used to do their works fast than in regular days.i hope this idea works.😂👍
I only watch the way u descibe and ur eyes.. Mam u r really awesome
I am damn sure everyone would understand easily because of the way u teach
That "bye bye take care" made my day 😁 thank you mam superb explanation
Mam you sometimes amaze us with your explanation. You explain basic things with so much clearity. These basics are ignored by many of the you tubers! Thanks a lot❤
I especially like it when you explain everything so nicely,,I wish you a lot of success in this channel,,n happy life as well,,,Dom from Ethiopia💪💪,
I wanna tell something mam ....i am B.pharmacy student n i don't know anything about java lava alpha gama ...but i came here to watch u ..u absolutely gorgeous...n the way you teach is awesome...you facial expression is ❤❤💓💓💞
Register storage class used for formal argument of functions definition
Example
Return_ type (Register int x)
{
......
}
Mam your way of teaching is awesome 🙌
If you need a variable accessible by all functions, you can declare it as a global variable without the auto keyword. Alternatively, you can use the static keyword within a function to create a function-local variable that persists across function calls.
Thank you ma'am 🙏🙏🙏🌹
Mera iss subject se koi lena dena nii hai..mai to yaha bas maam ko dekhne aa aaya hu😇😍
Mam your way of teaching is too good and soothing and your eyes 👁️ are beautiful. i am waiting for you to start python or java please 🙏
Maam aap itni aachi ho ki aaj se aapse hi padhi karunga bus
Thank you mam for such a wonderful explanation
Awesome Mam.when you was return trip of tamil nadu .we r wating these topics thank you man so much.will u visite to Kashmir Mam.
OMG this class is very far and advanced ❤️❤️ love for your hardwork for sake of students really appreciate mam ❤️
Really mam your explanation was very pretty
Awesome teacher
Thank you for your educational videos. Teach me about computer networking?
@jenny Mam try to upload a video everyday as soon as much possible to complete the course of c programming.
Mam ,in the register int declaration you said pointer is not acceptable but what you explained is that we can use pointer i am not understood(yes and no cannot be in same syntax)
i don't have this subject but I'm seeing your video.mam☺️
Thanks for this awesome lecture 🔥🔥
You are so so beautiful ❤️ i am pharmacy students smj to nhi aa rha par vedio dekhe alg hi maza hai
U r too 😍 😊 cute. Thanks to make easy concept. Lv u 💕 💖 💓 💛
Your voice is so sweat mam
Sweet spelling to likh thik se
Ma'am I don't understand classes but I see u-R sooo beautiful soooo I'm here😄
Mai CA ka student hu... Mujhe samajh me kux ni aata but dekh ke achha lagta hai
auto key word is applicable to block or function/method but global value is applicable to whole function so auto is not correct to written in global area
Mam..pls do detailed videos for java programming also...
Yr ye kitni awesome hai yr🥵🥵🥵😍😍😍😍😍😍😍😍
Ab to C sikh k rhunga 🥰
jenny madam pls Hindi may python full course banaye aap ki teaching tarikha bahutt achha rehata
Waiting for c++ class mam..thankyou soo much for all your classes mam
Please mam.start c ++ ....eagerly waiting
Mam I am a agriculture student but still am watching fr u😍
be ashamed
Please start java course from basic to advance.or can you recommend any book for java ??
And also compiler will automatically make a variable a register variable if it's frequently use
Really?
😒me toh commerce wala hu par phir bhi 👀haye mam ki har din ek class dekhta hun🙄💔dil mat todna madam ji 👀
Samajh me kuchh nhi aaya but dekh ke achha lga agar apko achha lge to like kar dijiyega mam plz.big fan
Love you really
*HOW CAN WE STORE IN CACHE MEMORY?* - storing in registers will obviously speed up the performance of the program but can we store in L1 cache of Intel processor? L1 will able to hold more data than registers and also faster than RAM.
mam can you please clear the question you asked about automatic storage class?
Good job 🇧🇩
if we declare auto key word in global area it will give error because the global area function declaration if may be applicable to another function so which that same auto variable value will be assigned to the another function so it will give error
I came here from a meme page. I had seen your funny video and your face looks so cute.
Hum to bs mam ko dekhe aye hain 😂❤️🔥
c++ next or time and space complexity next
Mam please upload vedios faster because we are left just 4 to 5 days for semester exam and after that we may not watch your vedios because we will get c++ language..
Will you please give the answer of that question about auto int globally!
When we declare a variable at the global level (outside of any function), it is automatically assigned the static storage class by default, not the auto storage class....So,it is possible to keep int a; in the global part....Because it is considered as a static variable.
mam please tell now what i have to study after C language
DSA or C++ 🥴
Thanks mam
Mam i love u 🥺🤞🏻❤️
Informative
Mam please teach java course.
please explain Embedded c programming
Mam, is it possible to make videos for Java ? If yes please help us mam
Can we use scanf for register varaible bz u say can't use & unary operator.so how can use scanf for this.
Jenny my score was 14/50 in functionup 😅 help me to get a job 🙏
When it is going to complete??
The question u asked abt global variable not being auto i have the same confusion ....plz clear
Same question can’t find it anywhere
Mam mai to sirf apko dekhne ata hu
Mam please make video about go to statement
Mam please start Java language series
awesome
Ma’am, please can we get a video on variadic functions. Thanks
The same doubt i get in previous video
mam eagarly waiting for c++
500th like🤙🤙🤙
Madam go on
I love you mam ❣️❣️❣️
Aap upsc padhao mam IAS banunga main🔥🔥🔥
Electrical engineer here 🤣🤣
Ohh, jenny madam. You make my heart throb....................💖..💖..💖..💖..💖..💖..💖..💖..💖..
Mam how much of classes are left of c course , currently I am at 70th lecture .
Shadi k liye aapka hth kise mngna hai 😍😍
Mam why we are declaring variables as local?
I love you ❤
Error : register name not specified for ‘jenny’
register int jenny=2;
int main()
{
.......
.......
}
Madam,aap Twitter per viral ho chuki ho
ANY NOTES AVAILABLE ?
Cute
Mam if you add Java language in your play list it will increase your subscriber upto 4 million
Please start Java it will benefit your channel and us too
Mam please start Java
Mam please start Java
Mam please start Java
Mam please start Java
Who's their after viral video
Mam apki video kya viral hui mai llb ka student apko dekhne yha baar baar a rha hu
konsi video
Insta Meme reaction please 😋
I love you mam 💘
What is the life time of registers
The life time of a register same as auto whithin the block
Hello Mam
Please upload the video in data structures
HOW MANY SEEN RRR MOVIE 🤔👍👍👍
Anyone here from instgram 👍😂
Hello mam
Ma'am aap Instagram pr chaa rhi ho...
Me to memes page ko dekh k aaya hu idhar
Kaha pe group name 😅
❤
Muje v admission lena h
I dont tknow why I am here, i am a defence aspirant...