Dear Brother, Your right But Learn C Programming Properly. Within One Month Easily Your Learned Another Programming Language. Java, C#, C++, JavaScript All Programming Language Basic C Language.
@Rocker Boy Brother c is basic language of all programming languages so mam is doing great 👍and if you already know c then start learning other languages .Ma'am will also post other videos
Mam, I really appreciate your hard work and dedication to teach C in detail. No one ever taught C in such precise way the way you teach. Thanks a lot for this.
In one day, i have complete 9 video. Mam, literally i can't compare your video with any other c program video in youtube and clg 'oh god' just leave it. The thing i like your video are very interesting, explaining every small details and your smile. Helping me to motivate to complete C program ASAP. When, i complete total C program. I will update here and post further about course. Thank you all.
even though mam said that sum$12 is an invalid variable.....sum$12 seems valid, I tried using it in the program, the program runs without any errors 7:16 _sum_12 and sum__12 are valid variables
when I was learning c from other channels it became very tough and I gave up on c ...but when I saw your videos it become very interesting. ..honestly speaking mam..u have cleared all the doubts...may your channel grow very fast ....thankuuuuuu a 🍁🌺🥰
One of the most helpful and nice explanation video overall in youtube.many of channel uploaded c language video in youtube but mam your video is very very very good I follow your channel and easy understanding Thankyou so much mam you are giving me a such this type knowledge.thankyou so much mam
I'm learning for nearly 7 to 8 hours per day. Because of this, I had a hair problem. But by seeing your hair, I think it may be because of some other problem....lol....
Yes, "_sum_12" is a valid identifier in C. It starts with an underscore, followed by the characters "s," "u," "m," and "1," "2." Underscores are allowed in identifiers, and digits can be used after other characters. Here's an example of using "_sum_12" as an identifier: ```c int _sum_12; ``` You can use this identifier to declare a variable of type `int` named "_sum_12".
Tq somuch for your lectures mam....l'm studying BE computer science 1st year...I have great trouble in understanding everything But now you have cleared all my worriness .Thank You Somuch mam....
In C, an identifier is a name used to identify a variable, function, or any other user-defined item in your code. Here are some rules and guidelines for using identifiers in C: 1. Valid characters: Identifiers can consist of letters (both uppercase and lowercase), digits, and underscores (_). However, they must start with a letter or an underscore. 2. Case sensitivity: C is a case-sensitive language, so uppercase and lowercase letters are treated as different characters. For example, "myVariable" and "myvariable" are considered distinct identifiers. 3. Length: Identifiers can be of any length, but only the first 31 characters are significant. Longer identifiers are truncated, and the compiler considers them as separate entities if the first 31 characters are the same. 4. Reserved words: You should not use reserved words (keywords) as identifiers since they have special meanings in the C language. Examples of reserved words include "int," "for," "if," "while," and so on. 5. Meaningful names: It's important to choose meaningful and descriptive names for your identifiers to enhance code readability and maintainability. For example, instead of using "x" as a variable name, consider using "counter" if it represents a counting variable. Here are some examples of valid identifiers in C: ```c int age; double average_score; char firstName; int numberOfStudents; void printMessage(); ``` And here are some examples of invalid identifiers: ```c int 123variable; // Starts with a digit float average-score; // Contains a hyphen (not allowed) char while; // Uses a reserved keyword as an identifier ``` I hope this helps you understand identifiers in C!
Variable name means it is a name of a memory location at where the value is stored.... Whereas identifier is a name of a function, structure, variable etc.... Even variable name is a one kind of identifier.... All variable names are identifier and converse need not be true... Hope you understand...
Hello ma'am, I really appreciate your teaching. Thank you very much for such videos you are providing. Ma'am, can you please share notes on these all concepts.
I enjoy your lectures Mam JUst the one i was wanting on Internet. All the doubts that even comes in my mind are solved moments in your furthur explaination. I appriciate your efforts mam Thank you Love from Lucknow
_Sum_12 : is incorrect because the first letter of an identifier should not be a digit or underscore. Sum_ _12 : is correct (it is correct because first letter is an alphabet instead of space underscore is used and in creating an identifier alphabet underscore and digits can be used) .
Mam please teach all subjects in CS . You video is very easy to understand. Good work mam your hard work inspire us to do better .Thank you very much mam.
In the World of Java, Python, Javascript this mam is teaching C Programming for beginners Hats Off to her.....
Dear Brother,
Your right But Learn C Programming Properly. Within One Month Easily Your Learned Another Programming Language. Java, C#, C++, JavaScript All Programming Language Basic C Language.
@@dhanrajm4652 Your words don't make sense, By the way I know C Programming
@@rockerboy4184 Brother,
Then Easily Learn Other Language. Many Peoples Don't Know C Language
@Rocker Boy Brother c is basic language of all programming languages so mam is doing great 👍and if you already know c then start learning other languages .Ma'am will also post other videos
@@nehanshuprajapati5396 read my words once again.
Mam, I really appreciate your hard work and dedication to teach C in detail. No one ever taught C in such precise way the way you teach. Thanks a lot for this.
In one day, i have complete 9 video. Mam, literally i can't compare your video with any other c program video in youtube and clg 'oh god' just leave it. The thing i like your video are very interesting, explaining every small details and your smile. Helping me to motivate to complete C program ASAP. When, i complete total C program. I will update here and post further about course. Thank you all.
Hi, How is Ur C programming journey? Did u complete?
Did you completed 🤨
In one day, I have completed the whole playlist.
@ABhanuPrakaash did u completed??
@@Serverissuedear completed long time along, but forgot to update.
Yes we want complete notes of C !
even though mam said that sum$12 is an invalid variable.....sum$12 seems valid, I tried using it in the program, the program runs without any errors
7:16 _sum_12 and sum__12 are valid variables
Thank you. I love the classic whiteboard style teaching.
Int- type is invalid ma'am
_sum_12 is valid
Sum__12 is valid ( if not space between under score)
But identifier should start with letter than how come _ is valid ?
@@Shamshir_Shaikh it also start with underscore
tq for mentioning brother.
Bro please tell me how to check it broo
@@Shamshir_Shaikh valid only underscor
Thanks!
Dear Jenny, your lecture is by far the best out there. You made me see C. Thank you so much.
Yes we wanna expect complete notes or topic wise PDF,then only it will be really helpful in overall understanding of thet particular topic!
ruclips.net/video/oGIYtTPNVI0/видео.html
Please keep notes mam
@@ESA1806yes mam pls provide the notes
Yes ma'am it will be somewhat better way to understand c language clearly if u provide us the notes
please provide a notes
Thank you so much ma. I came across your videos recently and I and loving C language because of how you teach and simplify concepts. God bless you.
Hi
Yeah mam give us notes, that will be really helpful 👍✌️ thanks
i can't find notes in description box😩
same here
@@gull-lm5rp
Thanks to you ma'am, I was left other teachers lacture and join your lacture. You are awesome. please provide us notes, it is helpful for us.
when I was learning c from other channels it became very tough and I gave up on c ...but when I saw your videos it become very interesting. ..honestly speaking mam..u have cleared all the doubts...may your channel grow very fast ....thankuuuuuu a 🍁🌺🥰
Yes mam add the notes pdf. Your video is so good thankyou mam for doing hardwork for all of us.
May you and your channel grow and reach the great heights
Thank you so much ma'am for all your efforts
I am 1st year student of BTech
Did you completed
I just keep waiting for your lectures ma'am 💜
Are you a bts army??
@@isha1303 yeah...You got it right
@@vvi714 💜
💜💜💜💜💜💜💜
@@isha1303 💜
Your explanation is amazing
Thank You from my bottom of heart
❤️🙏🙏🙏🙏🙏🙏🙏❤️
Who's here in 2024 😊?
One of the most helpful and nice explanation video overall in youtube.many of channel uploaded c language video in youtube but mam your video is very very very good I follow your channel and easy understanding
Thankyou so much mam you are giving me a such this type knowledge.thankyou so much mam
Mam you teach the best .. I think you are the world best teacher .. I need the c language .. From beginning.
Yes madam I need 📝notes..... Love you😘❤🤟 madam.... I am the most happy😊😁🙃 person for this c language tutorial👨🏫📓...
This is the best tutorial I have come across so far in c, Infact I am now enjoying learning this course.
I am a versity student .your lecture helps me easily to find any problem solution in c.thanks sister.I am from Bangladesh.
Oh my god what a teaching I learn c language from this channel only mam hats off always keep doing more videos like this mam❤
Wow Mam, you explained so easily no one can teach like this. So Thank you so much...
Mam your lectures was awesome 👌👏
It will helpful to all students 👍
Requesting to do more lectures on other languages
Hello mam. Your videos are so amazing. Please give us notes. ❤️
Yes mam, we need notes 😊
Mam really best videos for beginners who want to learn C. You are best teacher.
Your greater teacher because I got the point to be easy.!! Mam, I so respectively given to the comment for you..!!
thanks mam for your valuable time for making us to learn C program and I thoroughly enjoy your class again thanks a lot mam
thanks is small word, wish u all success and happiness in life...
you are my goddess...
Mam no word to describe you ..
Your are someone different kind like a Angel 😇😇
Thank you mam very nice gide & very nice best information idenfiers/keywords teaching video.👍
I'm learning for nearly 7 to 8 hours per day. Because of this, I had a hair problem. But by seeing your hair, I think it may be because of some other problem....lol....
😂😂🤣
Ma'am ur Awesome...... I love ur lectures and the way u explain 😇😇😇
Mam your teach is very well and explanation also.
Thank u soo much..... 🥰🙏
Yes, "_sum_12" is a valid identifier in C. It starts with an underscore, followed by the characters "s," "u," "m," and "1," "2." Underscores are allowed in identifiers, and digits can be used after other characters.
Here's an example of using "_sum_12" as an identifier:
```c
int _sum_12;
```
You can use this identifier to declare a variable of type `int` named "_sum_12".
Haa medam we want notes for entire "c" programming
Yes mam we want notes
Avnu mawa
Yes mam we want notes 📝
Bhai thodi mehnat khud bhi kar lo
$sum and sum$12 is also valid mam.
I tried in VS code and It worked.
sum__12
_sum_12
All are both valid variable names
_sum_12..first letter should be in character.
First character in the variable name must be an alphabet or underscore.
Ex si_int
m_hra
How Double __ is allowed???
@@shalinilatha3083 it's allow as ur using underscore.
@@navigowda3738 Both are valid.... underscore is being used 1st in _sum_12
Congratulations mam for 1M subscribers , thankyou for your lectures 😇
Wow, thank you to follow our wishes, (numbering)
I love the lectures
Tq somuch for your lectures mam....l'm studying BE computer science 1st year...I have great trouble in understanding everything But now you have cleared all my worriness .Thank You Somuch mam....
Mam ,Your speaking English is very simple .
Yes ma'am I need notes 📖 I like yours tutorials😁😇
Hello Madam, this is Nikhilesh Bhattacharyya, please make the video regarding how to use logic in programing with practical examples.
Yes mam , you can add the pdf
This video is very helpful to us .
Thank u so much mam ☺
Oo mago very helpful channel 😍
Glad you think so!
@@JennyslecturesCSIT we want notes , please make videos for notes and send it in description .
Yes ma'am pls provide notes 📝
Yes we need it
Love from West godavari 💕
In C, an identifier is a name used to identify a variable, function, or any other user-defined item in your code. Here are some rules and guidelines for using identifiers in C:
1. Valid characters: Identifiers can consist of letters (both uppercase and lowercase), digits, and underscores (_). However, they must start with a letter or an underscore.
2. Case sensitivity: C is a case-sensitive language, so uppercase and lowercase letters are treated as different characters. For example, "myVariable" and "myvariable" are considered distinct identifiers.
3. Length: Identifiers can be of any length, but only the first 31 characters are significant. Longer identifiers are truncated, and the compiler considers them as separate entities if the first 31 characters are the same.
4. Reserved words: You should not use reserved words (keywords) as identifiers since they have special meanings in the C language. Examples of reserved words include "int," "for," "if," "while," and so on.
5. Meaningful names: It's important to choose meaningful and descriptive names for your identifiers to enhance code readability and maintainability. For example, instead of using "x" as a variable name, consider using "counter" if it represents a counting variable.
Here are some examples of valid identifiers in C:
```c
int age;
double average_score;
char firstName;
int numberOfStudents;
void printMessage();
```
And here are some examples of invalid identifiers:
```c
int 123variable; // Starts with a digit
float average-score; // Contains a hyphen (not allowed)
char while; // Uses a reserved keyword as an identifier
```
I hope this helps you understand identifiers in C!
Thnx buddy
Thank you
Yes mam its gonna helpful if you provide notes
Mam love ❤u for helping with experience teaching
Variable name means it is a name of a memory location at where the value is stored....
Whereas identifier is a name of a function, structure, variable etc....
Even variable name is a one kind of identifier....
All variable names are identifier and converse need not be true...
Hope you understand...
Very useful for BSc computer science students 👍
NYC way of teaching....
Mam u r doing really great job 👌👌👌 Thank a lot ♥️♥️♥️
Yes mam i need for all lectures notes for pdf. And such as you teach good.thanks
You are great mam
Thank u so much mam for amazing teaching us ❤ , plz give us all the notes in pdf format.
At the last that 11:40 smile... Wow I'm a fan of that smile
that's sooo helpfull ❤❤
Ram-Ram Sa Mam....
U r too good.....Hat's off...Mam...
Best lecture ever thank you so much 💕 mam
Hello mam, ur lec are really amazing
I can understand teaching mam. I will continue learning. Need detailed notes.
i think you have awsome sveter colletion !!
Hello ma'am, I really appreciate your teaching. Thank you very much for such videos you are providing. Ma'am, can you please share notes on these all concepts.
Ma'm please send notes this concept
Mam thanks you are god for me
Jenny please give a note about identifiers, keywords........
That both are valid madam🙂
Mam tq for teach me a easy method to learn and understand tq so much mam 🙏
you are the best 😍 love u
Yes Mam we need notes of the entire C language
yes
I enjoy your lectures Mam JUst the one i was wanting on Internet. All the doubts that even comes in my mind are solved moments in your furthur explaination. I appriciate your efforts mam Thank you Love from Lucknow
_Sum_12 : is incorrect because the first letter of an identifier should not be a digit or underscore.
Sum_ _12 : is correct (it is correct because first letter is an alphabet instead of space underscore is used and in creating an identifier alphabet underscore and digits can be used) .
_sum_12 it's a valid identifier. Sum__is also valid because underscore are allowed in identifier
Fantastic explanation!
Mam please teach all subjects in CS . You video is very easy to understand. Good work mam your hard work inspire us to do better .Thank you very much mam.
Yes mam _sum_12 and sum__12 are valid
Thank❤🌹😊 you so much❤😊 madam.... I love this channel
As you said mam..I'm making my own notes by you and other resources ❤️👍
u r doing very well for us tq so much stay blessedd and be happy😊
Yes mam, pls share a notes & some question regarding which you have teach.
Thank you so much mam for your excellent teaching 🙏.....Mam please provide notes as pdf format🙏....
Hello mam.. in the video u told that sum$12 is invalid. But i have tried it, program ran successfully without any error
Thankyou so much mam ❤
8:49 No No
identifier should start from Alphabet
it can't include Successive underscores
Yes ma'am please do provide the notes.🙂
thanku mam for ur hardwork.....looking gorgeous as always
thanks maam .your videos helps me a lot for my upcoming CSE exam .
Yes please, note will be very helpful
yes mam we want notes...please provide and we are supporting u always...
Your really awesome mam.. thanks a lot for this video's..
mam plzz continue series of c programming
Thank you mam for explaining in clever way
thanks for that explication
Yes mam, I love to have the notes