Finally I got my desired video on RUclips for c language ,,,, thank u sooo much ma’am ❤❤❤😊😊😊 u r way to explaining things r awesome Mam , again bahut bahut shukriya Mam ❤️😊😊🥰❤😊😊😊 🙏🙏🙏🙏.
Mam we are very lucky having such talented teacher in you tube thank u mam coming into in you tube u r my inspiration mam that knowledge is useful in various purpose
Ma'am how thank u I'm not getting coz I've not seen this type teaching. You teach every concepts that students need. Thank u so much ma'am. Can u plez teach in computer to perform program 🙏🏻🙏🏻🙏🏻
Thanks Mam for such a good explanation. Just wanted to correct that in ternary operator the expressions need not to be a condition. It can be literally any valid expression.
Increment operator is used to increase the value of an operand by 1 Decrement operator is used to decrease the value of an operand by 1 Operator Description Example + + + +𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1 + + 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + + (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1 − − − −𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1 − − 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − − (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1 now you are clear in increment and decrement
Increment & Decrement Operators Pre-Increment or Pre-Decrement (++a or --a) CHANGE the value of the variable USE the new value Post-Increment or Post-Decrement (a++ or a--) USE the original value of the variable CHANGE the value of the variable
Thanks mam, aapki voice bhut sweet hai, man karta hai bas day night aapko dekhte rahe aur sunte rahe aur sabse badi bat aapse padhte rahe...learn & crack exam..
Really u r very great ma'am thank you so much I thought if u r lecturer in my college we will be some where if not I will be doing my engineering but my bad time but whatever it is thank you so much for your teaching
Maam u r great. The way u teach is very good and unique. Please also make video on java and python. By the way i am big fan of yours. Thank u for that much of knowledge.
*IF ELSE IS A CONDITIONAL STATEMENT BUT NOT AN OPERATOR* - You cannot use If Else statement as an operator, the compiler will take it as a conditional statement.
Increment operator is used to increase the value of an operand by 1 Decrement operator is used to decrease the value of an operand by 1 Operator Description Example + + + +𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1 + + 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + + (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1 − − − −𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1 − − 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − − (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
Increment & Decrement Operators Pre-Increment or Pre-Decrement (++a or --a) CHANGE the value of the variable USE the new value Post-Increment or Post-Decrement (a++ or a--) USE the original value of the variable CHANGE the value of the variable
I think mam a/c to me the lecture 21 is at 13 ( or starting of operator ) because if we know the table of lecture21 we easily understand the all types operators in C programming .
First of all you are so cute😍❤️ ,your beautiful ,your voice is like cool .....Tqu so much madam for all this information. as well thanks to the channel.
a = 5 + 5; is both an assignment expression and an assigment statement as well. The ; character at the end of the assignment expression makes it an assigment statement. The assignment statement consists of several expressions. The 2 operands on both sides of the + operator are also (simple) expressions which return their own literal values. The + operation is also an expression that adds the left operand's and right operand's value together resulting in the sum of the 2 operands/expressions (left and right). which is then assigned to the expression (lvalue) on the left side of the assignment statement.
I have seen all the comments by viewers on this video. But I am surprised that you have not replied any one of these. I am also to ask a question from you, but knowing the fact that you do not reply, I have left the idea.
Maam if in ternary operator in place of expression 2 if we use another condition like (c>d) then what will be the output and c and d is also declared like a and b
This maam is the best teacher for C programming I ever seen. She teaches every bit like abc
Btech professor never tell every detail like you did 😊your methods of teaching is very good 👍
First of all, I'm thanking her
Her teaching skills are superb❤️ ,but her smile " Ooh my GOD" amazing 😍
I wish you are my professor of C in my University
I like your teaching methods ❤️
Finally I got my desired video on RUclips for c language ,,,, thank u sooo much ma’am ❤❤❤😊😊😊 u r way to explaining things r awesome Mam , again bahut bahut shukriya Mam ❤️😊😊🥰❤😊😊😊 🙏🙏🙏🙏.
Jai SHREE KRISHNA RADHE RADHE❤
When she says "I hope u got my point" 😍
Padhai pe dhyan do chu
One of the best teacher for C-languge
Mam we are very lucky having such talented teacher in you tube thank u mam coming into in you tube u r my inspiration mam that knowledge is useful in various purpose
Ma'am, if you join KIIT University . I will never bunk any class and also attend the classes of other branch.
Which kiit
@@technicaldhrub629KIIT University bhubaneswar Nirf ke overall ranking ma 46 number pe hai one of the best university in india
odisha
Ma'am how thank u I'm not getting coz I've not seen this type teaching. You teach every concepts that students need. Thank u so much ma'am. Can u plez teach in computer to perform program 🙏🏻🙏🏻🙏🏻
even ur faculties teach there u wont focus that's it
@@Lavanyasetty madam go in a private colleges you will understand how they teach except IITs and NITs or any other government college.
Mam I'm from Pakistan but really i appreciate you by ❤️❤️ Allah gives you more success in your life
Aap Kya padhai kar rahe hai
I am from Mars and I also do coding🤣
Islam ke naam par desh alag maang liya fer bhi seekhna India se hi hai. Lage raho bhai!
no words to tell about your teaching. you are super. Thanks a lot
I am happy I come across this channel. You are the best among every video in C programming I have come across
She is a best programmer lady. She is very able and intelligent madam to all women
Thanks Mam for such a good explanation. Just wanted to correct that in ternary operator the expressions need not to be a condition. It can be literally any valid expression.
Why all the good teachers are on RUclips
Increment operator is used to increase the value of an operand by 1
Decrement operator is used to decrease the value of an operand by 1
Operator Description Example
+ + + +𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
+ + 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + + (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
− − − −𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
− − 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − − (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
now you are clear in increment and decrement
Increment & Decrement Operators
Pre-Increment or Pre-Decrement (++a or --a)
CHANGE the value of the variable
USE the new value
Post-Increment or Post-Decrement (a++ or a--)
USE the original value of the variable
CHANGE the value of the variable
Thnkss👍
Thanks a lot Mam . Please continue this C language tutorials.
Thank you so much mam 🙏 for uploading the Playlist of c language.
Your efforts are very important for us keep it up mam 👍👍 one of the best teacher I have seen for subject CS .
My teacher is better than her
@@harshith7752 Oh then learn c programming by your teacher no need to learn c programming in RUclips
*Mam, you are really great , the way of your teaching is wonderful*❤️👌
The way she says "now" ohhh loved it ♥️🔥thankyuh so much for helping us
Lots of love From 🇳🇵
we need a detailed video regarding Ternary operators
Thanks mam, aapki voice bhut sweet hai, man karta hai bas day night aapko dekhte rahe aur sunte rahe aur sabse badi bat aapse padhte rahe...learn & crack exam..
Mam the way you are teaching is very nice...
No doubt about that..
But we want everything in very detail.....
Really u r very great ma'am thank you so much I thought if u r lecturer in my college we will be some where if not I will be doing my engineering but my bad time but whatever it is thank you so much for your teaching
These videos are helpful a lot to our mam thank you mam🥰🥰🥰
Mam please make seperate video on
X++ , --X and specially tertiary operator 🙏.. I m waiting
The wait have completed more than one year 😂
thank u mam ! no one teaching like u . in this platform
Mam your teaching skills are wonderful mam loved it a lot
Im addicted to your teaching and expect every to teach the same 😢
Mam can you explain the problems is based on prefix,postfix in detailed.thanking you mam
Yes mam we want separate video on ternary operator,please do
Mam you are so knowledgeable person 🙏🙏🙏🙏hats off 🙏🙏🙏mam....
Well explanation mam you tell better than my class teacher .do some more vedios for b tech engineering students 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
Maam u r great. The way u teach is very good and unique. Please also make video on java and python.
By the way i am big fan of yours.
Thank u for that much of knowledge.
Mam you are too cute and excellent teacher with awesome knowledge
Beauty with brain's 🙏🙏
Video starts from 2:03
Video hota hai bhai
Ur teaching very good Mam soo easy teach in all
Mam please do the video on operators ur class are very well and intresting ♥️♥️
Thanks mam for such a beautiful &informative lectures of c💯🙏
Excellent lectures Ma'am🙏🙏🙏🙏🙏
Mam can you please explain those increments and decrements in detail
If u are our c mam ,I will never bunk the class,Ur looking like a wow😂
*IF ELSE IS A CONDITIONAL STATEMENT BUT NOT AN OPERATOR* - You cannot use If Else statement as an operator, the compiler will take it as a conditional statement.
Your video was very important for me.... thanks mam
Mam, please explain types of operators( based on operand ) in detail
yes mam!
Increment operator is used to increase the value of an operand by 1
Decrement operator is used to decrease the value of an operand by 1
Operator Description Example
+ + + +𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
+ + 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + + (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 + 1
− − − −𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 (prefix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
− − 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − − (postfix notation) 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 = 𝑣𝑎𝑟𝑖𝑎𝑏𝑙𝑒 − 1
Increment & Decrement Operators
Pre-Increment or Pre-Decrement (++a or --a)
CHANGE the value of the variable
USE the new value
Post-Increment or Post-Decrement (a++ or a--)
USE the original value of the variable
CHANGE the value of the variable
Tq mam and I request u to show how to write program in pc
Very useful ..!
Excellent teaching..👍👍👏👏🤝🤝🤝👌👌👌
Your way of teaching is excellent madam
Thanks a lot mam these lectures are amazing!!!
thanks so much for your wonderful lesson teacher
Beauty with brain...😊
Mam you look preety and also you explain a topic very well
Well done mam
Thanks A Lot Mam
I think mam a/c to me the lecture 21 is at 13 ( or starting of operator ) because if we know the table of lecture21 we easily understand the all types operators in C programming .
Yehh
I like your way of teaching 👌
Thanks 👍👍
Mam,
plz do separate video abt operator
Thanks
Mam put a separate video for keyword and it's explanation in c
Thanks mam for giving this information 🙏
Very useful thank you so much🎉
thanks, mam that video was very very helpful for me
First of all you are so cute😍❤️ ,your beautiful ,your voice is like cool .....Tqu so much madam for all this information. as well thanks to the channel.
Awesome explanation
You are best mam
Mam in logical not u take y>x,but here two operands are there na
We loved it mam❤
Mam ur teaching and ur way of dressing is good i think ur age is 20
NICE PROFESSOR💗💗💗
Life savior mam😃😍
a = 5 + 5; is both an assignment expression and an assigment statement as well. The ; character at the end of the assignment expression makes it an assigment statement. The assignment statement consists of several expressions. The 2 operands on both sides of the + operator are also (simple) expressions which return their own literal values. The + operation is also an expression that adds the left operand's and right operand's value together resulting in the sum of the 2 operands/expressions (left and right). which is then assigned to the expression (lvalue) on the left side of the assignment statement.
Thank u mam ur soo beautiful
Exactly 😍
Good job & Excellent
Mam You Look like ANJALI ARORA😊
Mam u r teaching ✴️✴️ BABAL✴️✴️.
Pps lecturers also watching this😂😂😂
Really
Samaj me kuch nahi aarha par sunkar acha lag raha hai🙂
I have seen all the comments by viewers on this video. But I am surprised that you have not replied any one of these.
I am also to ask a question from you, but knowing the fact that you do not reply, I have left the idea.
Thank you❤🌹😊 so much madam👩..... I am enjoying😊 the sessions.... Tnq mam
Mam we need a separate video of ternary operator
Yes,... I want vedio on these operator's in detail...
Maam if in ternary operator in place of expression 2 if we use another condition like (c>d) then what will be the output and c and d is also declared like a and b
Can you upload vdo for python language like this one
Great Tutorials by you ma'am. Aaj tak Mujhe pointers sahi se samajh nhi aaye, waiting for #Pointers.
Kindly start python class
thnx you so much
Are you also teaching about it 3rd year ?
Super explanation mam👌👌
TQSM MAM
Thank you ma'am
Logical not is going to reverse the logical state of the operand.
Thank you Mam😀
Great....🙏🙏⚡⚡
🔥🔥🔥
Alot helpful 😘😀❤️😍
Love u soooooooooooooooooo much Jenny ❤️❤️
Mam can you explain briefly about increment and decrement
Ye bhi thik h.. 🙏💙