What an explanation, fall in Love with ur teaching mam♥️ Forget the world and connect with the teaching. We indians will we thankful for gotten this gem❣️💫✨ Thankyou mam
Dear mam, your teaching was very easily understood but I am from Tamilnadu, so I don't know hindi that much, please continue to speak in English, and your fluency was so good .. this is my humble request...
Hope it will be helpful for you.... In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false) So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false) So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false) Else Default statement .she has 10min and they can just meet for 10 mins.
nice explaination. And the way of teaching nd the way of explaing nd that examples ur giving r just AWSOME.. Mam... im learning C from ur videos only mam.. THanks A LOT...
@Baba Waris aah yaa, thank you Baba for remind me. I forgot about that😁 yes we must add another variable as int, so by that, we can get the real number, not number in ascii (char)
Miss thanks for teaching all the details of c language .... I am totally depending on you for C language... Miss it is my request .. Please miss I beg to you pls teach in english.... so that students belonging from non hindi states can able to understand what you are teaching... 🙏🙏🙏🙏😣😣😭😭.. Pls miss don't deprived us...pls
i did this and it worked perfectly( used ascii, but we can also use string) #include int main() { char a; printf("type any character "); scanf("%c",&a); if (a>=65 && a=97 && a=48 && a
Mam in this lecture first time i heard hindi in your vedio and i felt surprised 😂 because i am used to of your English , And your eng is even better than your hindi 👍 I am a student of btec computer science 1st year and i am really enjoying your concepts . Thanku 🤩
#include int main() { char ch ; printf("Enter a lowercase, upper case letter or a number : ") ; scanf("%c" , &ch) ; if(ch>='A' && ch='a' && ch='0' && ch
Hope it will be helpful for you.... In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false) So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false) So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false) Else Default statement .she has 10min and they can just meet for 10 mins.
Hey bro, 1st time mam used any example in hindi in this series of C and you intruppted her. Please note that you are an Indian and you have to know atleast little bit Hindi . Don't be behave like stranger 😠. I am sure you understand little bit Hindi but you are showing in comments sections that you are hearing 1st time any example in Hindi language. Please respect our basic language 'Hindi' 🙏🏻🙏🏻
That's good teaching maim and absolutely I understood and what do You say that i better than understand but u r so good looking despite you are genius at least I know better maim thanks so much
Hello Ma'am, First of all Thankyou very much for providing the crux of all your years of hardwork in few minutes in a lecture. Ma'am I have a doubt from your assignment. Which datatype can be used to get a alphanumeric+character as input in 1 scanf? Also, which operator is used to check that number is between a-z or A-Z or 0-9? DO i need to type all alphabets with|| in between? Kindly clear my doubt. Again Thankyou very much for such a great social service.😀
#include #include void main() { int marks; printf("Enter your marks"); scanf("%d",&marks); if(marks>=35) { printf("Yoyr marks is %d and your grade is C "); } else if(marks>=35 && marks65 && marks85 && marks
14:20
void main()
{
char ch ;
printf("Enter a lowercase, upper case letter or a number : ") ;
scanf("%c" , &ch) ;
if(ch>='A' && ch='a' && ch='0' && ch
nice but where is program satement
🤣🤣🤣
great effort
else if(ch>='0'&&ch='9')
Printf(%d is correct not %c)
If I were to enter 200 as the input here, what result would I get?
One of the best teachers in the world.
I love your teaching...
enti bro antha mata annav
Examples r always awsm that u have taken mam 😂.
Good observation bro
Rut 😂😂😂😂
Mam alwys...gives... practical examination 😂😂😂😂
What dating example 😂😂
What an explanation, fall in Love with ur teaching mam♥️
Forget the world and connect with the teaching.
We indians will we thankful for gotten this gem❣️💫✨
Thankyou mam
Ma'am your explanation is very good.....and everything is understanding for me.... thank you ma'am
Mam the example was a Masterpiece.....
..I will never forget the else if ladder for this example....
perfect example for multiple conditions 😜😜😜 got it mam , else if concept cleared
Dear mam, your teaching was very easily understood but I am from Tamilnadu, so I don't know hindi that much, please continue to speak in English, and your fluency was so good .. this is my humble request...
Hope it will be helpful for you....
In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false)
So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false)
So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false)
Else
Default statement .she has 10min and they can just meet for 10 mins.
@@ParamitaDey-bi1mg thank you for the translation 😇
@@Seraphelle777 Welcome... It's great that you are benefited by this translation
@@ParamitaDey-bi1mg Thanks so much for the translation!
nice explaination. And the way of teaching nd the way of explaing nd that examples ur giving r just AWSOME.. Mam... im learning C from ur videos only mam.. THanks A LOT...
assignment ans ....
#include
int main(){
char a ;
printf("enter any character : ");
scanf("%c",&a);
if (a>='a'&&a='A'&&a='0'&&a
13:46 //for assignment
#include
#include
int main()
{
char ch;
printf("input one character you want : ");
scanf("%c", &ch);
if (ch >= 'a' && ch = 'A' && ch = '0' && ch
Great.. It's working
@Baba Waris aah yaa, thank you Baba for remind me. I forgot about that😁 yes we must add another variable as int, so by that, we can get the real number, not number in ascii (char)
This isn't working. I didn't get the desired output.
If you know program without using (logical and) operater
@@rohithsamratbiradar134 sorry, what do you mean?
Miss thanks for teaching all the details of c language .... I am totally depending on you for C language...
Miss it is my request .. Please miss I beg to you pls teach in english.... so that students belonging from non hindi states can able to understand what you are teaching... 🙏🙏🙏🙏😣😣😭😭.. Pls miss don't deprived us...pls
i did this and it worked perfectly( used ascii, but we can also use string)
#include
int main()
{
char a;
printf("type any character
");
scanf("%c",&a);
if (a>=65 && a=97 && a=48 && a
Thanks for the amazing explanation 😊
I am mechanical student but I got interest in learning C language because of you only. I am watching all advertisement for you only
Amazing 😮😮😮😮😊😊😊😊😊 teaching mam I am fan of you
Your explanation is awesome ☺️☺️☺️☺️
Jai Jenny ma'am for helping students
SUPER MAM EXPLAIN ..................AMAZING EXPLANATION ..................
Mam in this lecture first time i heard hindi in your vedio and i felt surprised 😂 because i am used to of your English ,
And your eng is even better than your hindi 👍
I am a student of btec computer science 1st year and i am really enjoying your concepts .
Thanku 🤩
#include
int main()
{
char input;
printf("Give the input:");
scanf("%c",&input);
if(input>='A' && input='a' && input=48 && input
hey jenny, you have massive audience globally, i personally use ur videos for c.... in future, concider some of us who dont understand hindu.
ma'am aaj pta chala aap hindi bhi bolte ho 😅
aur kaafi achi hindi bolte ho ☺
genuinely u r the best ma'am ❤
Mam your methodology is very good
I was daily wating fir u r class pls mam reply fast mam
Simply super 😊
the amazing teaching skill
Your teaching and voice excellent mam
the example of real life scenerio hehehe. thats really funny
you are great mam ❤
Just start the video from 02:35.
#include
int main() {
char input;
printf("Please enter the input here:");
scanf("%c",&input);
if(input >= 'A' &&input ='a' &&input 47&&input
Thank you 💘❤❤❤❤
Mam I'm from Andhra Pradesh and I don't understand the Hindi please tell the examples also in the English language it is the humble request mam
Thanks for the videos
Woo woo.. Foreigners here also Ma'm. Don't whiper secrets..😁😁❤️
#include
int main()
{
char ch ;
printf("Enter a lowercase, upper case letter or a number : ") ;
scanf("%c" , &ch) ;
if(ch>='A' && ch='a' && ch='0' && ch
madam your teaching is phenomenal
Super mam your explain awesome👍 mam. all ways be 😊
You re really awesome mam🥰❤️
Thank you so much mam.
Best teacher i have ever meet 👌! 👩🏫
Mam...can you take full class in english....because iam a malayali...I didn't understand the real time example
Which you explain for else if ladder
Hope it will be helpful for you....
In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false)
So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false)
So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false)
Else
Default statement .she has 10min and they can just meet for 10 mins.
Hey bro, 1st time mam used any example in hindi in this series of C and you intruppted her.
Please note that you are an Indian and you have to know atleast little bit Hindi . Don't be behave like stranger 😠.
I am sure you understand little bit Hindi but you are showing in comments sections that you are hearing 1st time any example in Hindi language.
Please respect our basic language 'Hindi'
🙏🏻🙏🏻
That's good teaching maim and absolutely I understood and what do You say that i better than understand but u r so good looking despite you are genius at least I know better maim thanks so much
Mam hum to always free hai aapke liye ❤
Thanks alot mam for your amazing teaching and please make a video on assignment also mam please
Very well explained..
Beautiful ❣️
#include
Void main()
{
Int a;
Printf("Enter any number");
Scanf("%d",a);
If(a>=65&&a=97&&a=48&&a=0&&a=58&&a=91&&a
Mam if we don't use curly braces then there is error.....
Mam will you just give a hint of writing a program of upper case and lower case and all
void main()
{
char ch;
printf("Enter any Uppercase, Lowercase, Special Character Or any 0 to 1 number
");
scanf("%c", &ch);
if (ch >= 65 && ch = 97 && ch = 33 && ch
From Tamil nadu ❤
Even if you add Hindi i still understand though im from Kenya great teaching model congrats
#include
int main()
{
int marks;
printf("Enter your marks of 12th class:");
scanf("%d", &marks);
if(marks>=95)
{
printf("Grade is A+.");
}
else if(marks>=90)
{
printf("Grade is A.");
}
else if(marks>=80)
{
printf("Grade is B.");
}
else if(marks>=70)
{
printf("Grade is C.");
}
else if(marks>=60)
{
printf("Grade is D");
}
else
{
printf("Very Bad");
}
return 0;
}
just a correction: at first you said statement x will be executed if all others are false. No, statement x is ALWAYS executed. Thks for the good work.
Nice example ma'am 😂🤣
Mam i really loved your way of teaching..pls tell me why you wrote "get ch()" at the end of the source code of the example
To hold the console screen.
@@shivalathanagula7153 tq
#include
int main()
{
char n;
printf("Enter the Alphabet/number: ");
scanf("%c",&n);
if(n>='A' && n='a' && n=48 && n
Awsmmmm lecture everrre
Example 🔥
Thank u mam 😊
Mam it is better to write code on system and we will understand easily by seeing output mam
Mam where we should enter the marks in programming
3:05 😂😂😂😂 she said no
#include
void main() {
// Write C code here
int a;
a = getchar();
//Comparing ASCII Values of entered character
if(a>=97 && a=65 && a=48 && a
Bow can character is displayed without char datatype??
@@PrajwalEDU24 Character is not displayed. ASCII value of the entered character is compared.
@@sshrek1996 ha ok
But we can use char a;
Bcz it can store upto 127 then it will easy!
@@PrajwalEDU24 Sure!
Pls discuss Solution of assignment q.
I should learn to speak Indian language... I love the way you speak it, though I didn't understand a thing of what was said 🤣
Watched and Understood ❤
mam please complete the playlist of DAA as soon as possible
coffee movie nd 10 mints ...all about experience
mam's hidden smile is awesome
Love you Mam
Ma'am please upload videos of pointers in c
I am from bba but still watching it😁😂
Fully understand mam
Mam what is ur full name in Unacademy are you there????
tq mam
why getch(); is being ued without any use in it?
Thanks mam.
Maam pls tell in English we are don't understand hindi because we are from Karnataka and other states . (your teaching is good❤)
Hello Ma'am, First of all Thankyou very much for providing
the crux of all your years of hardwork in few minutes in a lecture. Ma'am I have
a doubt from your assignment. Which datatype can be used to get
a alphanumeric+character as input in 1 scanf? Also, which operator
is used to check that number is between a-z or A-Z or 0-9? DO i need
to type all alphabets with|| in between? Kindly clear my doubt. Again
Thankyou very much for such a great social service.😀
(ch>='A' && ch
Mam enme opreators m bhot problm aati h kb khaa use lena h
Assignment qus. Plz explane mam
Mam...why can't we keep curly braces at the beggining nd ending of if statements....bcz block of statements should be executed know
Please make the video on gate cse books
🔥🔥🔥
Good...
why am i getting segmentation fault as output
Thnq mam its very helpful 😊
Mam please explain program on alphabets and numbers using else if ladder
#include
int main() {
// Write C code here
char ch;
printf("Enter any character (Uppercase, lowercase letters/Numbers): ");
scanf("%c", &ch);
if (ch >= 'A' && ch = 'a' && ch = '0' && ch
So nice video medam ji
Mam please upload the video for pointers
mam i am unable to do the assignment which told us to do.
Check the comments
Make videos about computational complexity of deep learning networks , we are waiting for it .. we are going to pay for it
Can u make video s on CAD exam
Kia koi Bata skta h k ye program c language m h c++ m ya c# m ????
#include
#include
void main(){
char ch;
printf("enter the number or character to find type
");
ch=getche();
if(ch>='A'&&ch=0&&ch='a'&&ch
#include
#include
void main()
{
int marks;
printf("Enter your marks");
scanf("%d",&marks);
if(marks>=35)
{
printf("Yoyr marks is %d and your grade is C
");
}
else if(marks>=35 && marks65 && marks85 && marks
share program for a-z,A-Z,0-9 assignment frnds