I'm very fortunate i found your UA-cam channel. You're a very scholar, talented woman. You tells so many good things to be a programmer. While you're a programmer, it's my dream to become one and your channel is a blessings for me.
Mam you don't have to be uncomfortable in telling that your channel is the best channel.ofcourse your channel is the best channel..lots of love from Nepali students mam🇳🇵
The C language doe s not provide an inbuilt data type for strings but it has an access specifier “%s” which can be used to directly print and read strings. You can see in the above program that string can also be read using a single scanf statement.
Bro pls help...... Why we are not writing scanf("%s",&name)???? Instead of scanf("%s",name) But in other programs we use &name Why we are not writing address of ....
@@prithwihegde349but bhai array mai jo array name hota hai bo bhi to internal pointer hota hai uske pass bhi base address hota hai usme to use krna pdta hai &operator why?
Mam I was learning c from any other creator but I switched to your lectures as those lectures was not explained in detail, Btw loving your way of teaching.
😂😂 Ma'am , straight to the point 99% come to see you nd 1% come to learn But the thing is everyone at the end of the day Ur classes make us learn more nd more , u r lectures , topics u teach nd everything is super I only wonder in how we started learning soo muchfrm u r class though it is not our purpose Thank u soo much for the valuable classes nd u can ask every btech student who got backlog in c , nd placement Preparation playlist is dope
Bro pls help...... Why we are not writing scanf("%s",&name)???? Instead of scanf("%s",name) But in other programs we use &name Why we are not writing address of ....
string is a character array, which is a known for a sequence of multiple characters ended by a special character null (\0) and its format specifier is %s
Hi mam thank you for telling these class and your class are most useful for diploma 1st year students in Telangana and small request mam try to explain in telugu.
If you want to enter strings with spaces you can use "%[^ ]" this format specifier instead of %s. It will allow you to enter strings with white spaces as input. Please inform me if I am wrong 🤔.
Mam...we can print entire string along with space using scanf......please use this format... Scanf("%[^ ]s",str); This statement reads the input until newline occurs....
String is not a data type we can considered string as the character arrays or it is an array of characters which is ended with the null character ('\0').. But the format specifier which is used to print the whole string is %s
*FOR STRINGS WE SHOULD USE FOR LOOP TO AVOID THE BUFFER OVERFLOW* - initializing the array directly using scanf or gets is not a standard rule and are not for using with strings but only with characters using for loops
After reading comments and watching ur videos ...I can say ..People are not interested in ur explanation mam.....they are interested in some other things 😂😂
Hello Madam I have a question; In vscode how do I set the cursor to move down to the terminal each time I tap the enter button and I need to input some values especially when using scanf or gets. I find it cumbersome to have to move the cursor down manually all the time.
So what happened? She also has her lyf 😑 she did many things for us that the persons who doesn't get education cuz of some financial reason so they can get easily, so we can't do Juz a lil thing for her? She also have to run her home n? Bro why uh commented like this, she will get upset after reading this type of comment,, she deserves everything plz support her not demotivate her... Mam I'm forever in ur support keep it up god will bless uh always 😊
when you're teaching one good thing is your face is smiley it makes us happy. and felt like that nothing is impossible in life. Thank You So Much.
I'm very fortunate i found your UA-cam channel. You're a very scholar, talented woman. You tells so many good things to be a programmer. While you're a programmer, it's my dream to become one and your channel is a blessings for me.
I want to develop logic skill.
string is not a data type in c but it is array of character in c and format specifier for string is %s.
Strings are not data type they are arrays of characters.
Yes char type array it is🙂
It is derived data type
Yes character array is also called as strings in(c)
@@geethalatha4187 hai
Hi
Ur teaching is next level and now I am thinking about ur teacher who teaches u like this
Mam you don't have to be uncomfortable in telling that your channel is the best channel.ofcourse your channel is the best channel..lots of love from Nepali students mam🇳🇵
11:39 best moment of lecture
11 : 40 That Smile Kill Me Alredy And Now I Am Waiting For Anthor Smile 😊
omaagodd ,Your smiling face 😊and great way of teaching ☺️🤩
Really that smile in man's face is really 😍🥰
I have subscribed your channel and I used to come to see your daily vedios as your smile and beauty is superb and lovingly❤💖💖💖💖
The C language doe
s not provide an inbuilt data type for strings but it has an access specifier “%s” which can be used to directly print and read strings. You can see in the above program that string can also be read using a single scanf statement.
Bro pls help......
Why we are not writing scanf("%s",&name)????
Instead of scanf("%s",name)
But in other programs we use &name
Why we are not writing address of ....
@@itz__ahana_ because string is a internal pointer which is pointing to base address of zerothindex of array
@@prithwihegde349but bhai array mai jo array name hota hai bo bhi to internal pointer hota hai uske pass bhi base address hota hai usme to use krna pdta hai &operator why?
very good understanding seeing your videos more helpful
Your English is very clear to understand
Thank you for your wonderful explanation
I was also teaching students on coaching ❤👍but your presentation is more student friendly mam
Mam your smile literally made me fall in love with you ❤❤❤.
Love and support from Nepal 🇳🇵🇳🇵🇳🇵🇳🇵🇳🇵🇳🇵🇳🇵🇳🇵🇳🇵
No, string is not consider as a data type in C but it represents as a character array in C.
constant string will be in code segment (compile time)
modificable string will be in stack (runtime)
Mam I was learning c from any other creator but I switched to your lectures as those lectures was not explained in detail,
Btw loving your way of teaching.
string is not a datatype in c but it is considered as an array of characters.
It is a specific type of array whose datatype is always char.
😂😂
Ma'am , straight to the point
99% come to see you nd 1% come to learn
But the thing is everyone at the end of the day
Ur classes make us learn more nd more , u r lectures , topics u teach nd everything is super
I only wonder in how we started learning soo muchfrm u r class though it is not our purpose
Thank u soo much for the valuable classes nd u can ask every btech student who got backlog in c , nd placement Preparation playlist is dope
Really
Very nice your explanation is 👌👌👌Thanks 😊
Your voice 🌹,smile 🌹 &teaching 🌹
I'm ur fan 💖
thank u soo much mam lots of love and respect from ladakh..😊🤗
Mam you are the best programming teacher mam , love you mam❤❤❤
No, string is not a specific datatype in c like int , float , char , but string can be defined as a character array in c.
Bro pls help......
Why we are not writing scanf("%s",&name)????
Instead of scanf("%s",name)
But in other programs we use &name
Why we are not writing address of ....
String is not a data type in C
But string is a data type in C++
yes
string is a character array, which is a known for a sequence of multiple characters ended by a special character null (\0) and its format specifier is %s
When you say right word on that time my heart was melting
Mam you bring smile to our face
You are a great teacher ❤️❤️❤️ with great smile on your face 😁😁
Your teaching style is almostly differ from others
😘😘😘😘
mam u are such an inspiring personality
U r super maam u r explaining like wow.....
Hi mam thank you for telling these class and your class are most useful for diploma 1st year students in Telangana and small request mam try to explain in telugu.
11:40 .. Haye main margaya ..❤❤
Your smile is more confusing rather than your teaching😅 But thanku so much mam🎉❤
Dii thanku for your lectures and I really really adore you for that. Thanku Di.😄💯
Good evening mam and mam you are best mentor and you are a actor 🤗 very quit quit moments. In everytime. 🤗
I fall love with c mam💕💕
I am completed my 12 , when I search theorem of class 9 of my brother so I am find your vedio , and I am addicted your vedio 🤭
If you want to enter strings with spaces you can use "%[^
]" this format specifier instead of %s. It will allow you to enter strings with white spaces as input. Please inform me if I am wrong 🤔.
Verily, thou art righteth.
But you have to remember this specifier for scanf and gets is way easy
mam, i am from Bangladesh.you are best teacher in youtube.
your class is perfect. also your smile keep it your smail
String is not a data type in c.It is 1 D array of character.
I fall love with c language 🥰😂❤
just want to say "you are the best "
Not a datatype in C it is a array of character
Srikar diploma in ec is also watching your videos!
Mam...we can print entire string along with space using scanf......please use this format...
Scanf("%[^
]s",str);
This statement reads the input until newline occurs....
if we go like same as gets.
String is not data type, String is constant of character and enclosed character in double quotes
500k loading 😍😍
Mam ap ki muskurahat bhut payari h
❤❤❤❤
string is not a data type in c but it is array of charecter in c and format specifier for string is %s
String is not a data type we can considered string as the character arrays or it is an array of characters which is ended with the null character ('\0')..
But the format specifier which is used to print the whole string is %s
*FOR STRINGS WE SHOULD USE FOR LOOP TO AVOID THE BUFFER OVERFLOW* - initializing the array directly using scanf or gets is not a standard rule and are not for using with strings but only with characters using for loops
Mam you are perfect teacher 😘😘😘😘
After reading comments and watching ur videos ...I can say ..People are not interested in ur explanation mam.....they are interested in some other things 😂😂
Strings are data structures that are used to store "textual data" in double quotes (" ");
Thank you so much ma'am
👍👍👍🙏🙏🙏
Stings are not datatypes they are array of characters and we explicitly declare it as char
Best lecture no confusion ❤️❤️
Hello Madam I have a question; In vscode how do I set the cursor to move down to the terminal each time I tap the enter button and I need to input some values especially when using scanf or gets. I find it cumbersome to have to move the cursor down manually all the time.
I hope you are my teacher in 2003 boring classes of Engg college...
It is not a data type ,it will only take the character values
No string is not a datatype it is used in header files #include
❣
No stings is a not a data type in C. It is a array of characters.
string is not a datatype in c but it is a character array which ends with \0
No
you are superb mam
we can use scanf( "%[^
]s" , name) it will fetch till new line character.
scanf("%[^
]",str); // it will consider spaces in latest c
string is not a data type. but it is a sequence of character terminated with null character.
In c programming a string is not considered as a datatype but an array of characters (char)
No strings are not data types. It is array which is terminated by null character
String is not a data type..but we can represent it as a character array.
In C , string is a character of array but not a data type
11.39 😊 smile garbage value...
madam your teaching is good
String is not a data types in c language but string is the character array
String is not a datatype but it can treat as user defined data type
No there is not such datatype called string in C so we use array of characters to represent it as a string.
No strings are not data types because "string":array of characters 😊😊
String is not a datetype madam. it is cheacter in C
string is not a data type in c but we can represent it with "char" data type is "%s".
No,string is not a datatype. But it is a character set of array
aapke lecture me apnapan feel hota he
String is not a data type in c programming
It is a collection of characters
Mam there is no data type for string. There is just a format specifier %s to print string
Excepting a heart from you mam
Anyway thank you for your efforts
Iam your new subscriber ma'am... :)
Mam I love your teaching
take care maam have a great day maam 😉😉
String is an array of characters in C but it is not an explicit datatype unlike in Java and other programming languages etc.
String is a class in java, not primitive data type
@@nileshbhaskar9010 It is a Class Type and not Wrapper as it does not have a parallel primitive type.
@@shivendra3019 no it's not
thank you mam ji
String is not a data type.
string is not a datatype in C. It is the character array in C
String is not a data type it is character type.
NO String is not datatype but it is array of characters
Strings are not a data type in c they are charector of an array
NO, string is not a seprate datatype in C but it used as character datatype in C
No,string is not a data type in c.but it gives array of character.
2:15 Lecture Started
So what happened?
She also has her lyf 😑 she did many things for us that the persons who doesn't get education cuz of some financial reason so they can get easily, so we can't do Juz a lil thing for her? She also have to run her home n? Bro why uh commented like this, she will get upset after reading this type of comment,, she deserves everything plz support her not demotivate her...
Mam I'm forever in ur support keep it up god will bless uh always 😊
@@yashhokte1020 💯💯⏫♥️
String is arrays of character