She knows what all to say, and what all details to include while to make it CRYSTAL CLEAR understanding to beginners. She steps at beginners level herself in order to deliver utmost. Heartfelt THANKS!!!!
I like this amazingly lecturer. with and with out the predefined functions. i have watched multiple others but they just show in way not both like this. you are my favourite keep going.
im ict teacher and its great that you teach me and sharing your knowledge i feel like you in classroom and ask me and get afraid :D and replay the part that i didn't understand it again to answer your question :) you are really genius !
Madam please make videos on python plzz I am a mechanical student but intrest to learn python when see u r way of teaching.... Plzzzzzz plzzzzzzz plzzzzzz plzzzzzzz reply mam...❤️
#inclde #inclde #inclde Main() { char s[20]; printf (" enter a string ") ; gets(s) ; strrev(s) ; printf (the reverse string is%d, s) } OUTPUT: Enter a string The reverse string is inam Mani
1??it is an integer and string is character type array having \0 at the end, is it possible to include integer in it??? Just asking as I am having confusion
1 is not just integer '1' is treated as character also in C. For example, in print statements where you want to print a number or menu, we print as : printf("1.Option 1 2.Option 2 3.Option 3 "); Here the numeric symbols are treated as characters. But in arithmetic (math) operations, the numeric symbols are treated as math numbers. Eg : int c= 5+3; // c=8 will be stored So we can use 1 as number and '1' as character So yes, you can include numbers in your strings too, where the number also will be treated as character. Note : //char ch=1; //wrong use char ch= '1'; //ch stores '1' as character printf("%c",ch); //will print 1 int num=1; //int num='1'; //wrong use printf("%d",num); //prints 1 num++; //correct //ch++; //wrong bcoz ch is character and addition is done only on numbers, not characters
*REVERSING OF STRING IS NOT SWAPPING* - strrev() does swapping of characters but if a string can be printed in reverse order then it's also reversing. If the requirement is only for output then reversing a string without swapping is also correct. But why are you doing this with for loop if we can use strrev() for that? I have written a code to reverse the code without using the string header. Here is the code: // Program to reverse a string without using string.h header file #include int main() { char a[31], swap_a; int i, j, a_size, string_size = 0; for (i = 0; i < 30; i++) { a[i] = 0; } printf("Enter a word within 30 characters: "); scanf("%s", a); for (i = 0; a[i] != 0; i++) { string_size++; } for (i = 0, j = string_size; i < string_size/2; i++) { swap_a = a[i]; a[i] = a[j-1-i]; a[j-1-i] = swap_a; } printf("%s ", a); return 0; }
Because some compilers wont see the strrev() function in the library. This way, one can write the function by one’s self and then use it throughout the program.
@@debojitacharjee Yes! I know it’s in that header file string.h but then I’m also aware that it’s mostly available in windows system. I have tried to use this command in a Linux environment and the function strrev() and some other functions are not in the header file string.h. There peculiarities with different environment and in case one cannot find it, the algorithm can be written.
@@ajayijohnson it's the problem with gcc compiler but that means compiling on Windows would make a program more code optimized. Using functions instead of custom code optimizes the overall LOC.
Hello mam, Iam placed as embedded software developer, recently. Will this unacademy useful to me to improve my coding ? Let me know briefly about it. Thank you mam & You are one of my best best faculty 💖. I love the way , how you are teaching ✨...
Namskar mam, mai aapka ek subscriber hu, kya aap meri kuch madad kr skte hai. Mai apne computer me jaise hi keyboard plugin krta hu uske baad automatic files open hone lagti hai, automatic kuch letter type hone lgta hai, aur fir 1 se 2 minutes ke ander shut down ho jata hai. Maine 1) pc usb port bhi change kra liya 2) keyboard bhi change kra liya. 3) TH-cam ke tricks bhi try kr liya fir bhi sahi nhi hua, ab aap bataye mai kya karu
Mam i have a problem. My c programing madam is beautiful😍, watching her beautiful face, i can't learn subject. That's why i opened u tube to learn, but the problem is repetd agin bcuz you are too beautiful then her😍. I think i can't learn c 😅.
Can you give me solution of this write a C program that create data structure that are larger than the amount of physical memory contained in their machine
Literally THE best teacher on TH-cam!!!! Thank you so much for such a great explanation!!!!!!
Mam your channel is blessing for us.
Wow, this is so powerful. First time seeing your video and I am 100% impressed. Thank you
She knows what all to say, and what all details to include while to make it CRYSTAL CLEAR understanding to beginners. She steps at beginners level herself in order to deliver utmost. Heartfelt THANKS!!!!
I like this amazingly lecturer.
with and with out the predefined functions.
i have watched multiple others but they just show in way not both like this.
you are my favourite keep going.
You are changing your teaching style👍👍
Tanx, I have started re-learning c programming being an opsimath bit difficult but u made my day🙌
im ict teacher and its great that you teach me and sharing your knowledge
i feel like you in classroom and ask me and get afraid :D and replay the part that i didn't understand it again to answer your question :)
you are really genius !
Wonderful lecture. This is exactly the type of explanation I was looking for!!!!!
your way of teaching is awesome 🤩 if possible then plzz 🙏 make play list on html , css and java || it a humble request🙏 ||
The way you teach is just awesome 👍
Keep on working.
Thanks ❤️ for this masterpiece heart Fr0m Kashmir (Gulmarg) 😍
Playback speed 1.5X😂
No bro 2x and at exam time yh bhi slow lagta h 🙂🙂
@@aashishsingh6857 if you have exam then. why are you reading comments 😂
@@aashishsingh6857 me right now😂
For me, it’s 2x.
@@yogeesh_kulal02 2x
Mam ! In every video You smile in the beginning and at the end only 😃😃
I like that though ❤️
Best playlist for C language
I dont know but loved this lecture and my fev topic ever ❤❤
Thank you so much maam for explaining in such a great way i was really tensed worried about my c programming didn’t know from where to study thank you
Thanks Mam for your great effort and gives us great lecturer.. ❣️
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
Best Explanation.. ever .🎉
Lovely explaination Hats off🎩
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
Really appreciate mam🥺
Thankyou mam. You clear my most of problems.
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
As always miss ! you have a teaching talent , continue please ! god bless you
You are best mam
New viewer of your channel mam..
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
mam aapki wajh se muje programming easy lagni lagi hai
Best of tha best teacher 😘😘
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
Madam please make videos on python plzz
I am a mechanical student but intrest to learn python when see u r way of teaching....
Plzzzzzz plzzzzzzz plzzzzzz plzzzzzzz reply mam...❤️
Ur 😊 explanation is just wow
Very good explanation.. thanks 😊
👍 Very helpful video Mam.
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
#inclde
#inclde
#inclde
Main()
{ char s[20];
printf ("
enter a string ") ;
gets(s) ;
strrev(s) ;
printf (the reverse string is%d, s)
}
OUTPUT:
Enter a string
The reverse string is inam
Mani
%d in 2nd printf will give you error!
There will be%s in 2nd printf
Your angel eyes are increasing my understanding
so awesome teaching really to much interested teaching way
Respected madam zi,
Helping to strengthen to programme,
What is going on kat kat kat😂😂 but is so excellent teacher nice teaching ❤❤❤
Mam ur teaching is very nice and easy to understand
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
Greatly explain ma'am.......
#include
#include
int main(){
char str[30] = "Nikhil";
int len = strlen(str);
int j = len-1;
int i=0;
while(j > i){
char ch = str[i];
str[i] = str[j];
str[j] = ch;
j--;
i++;
}
printf("%s",str);
return 0;
}
#include
#include
#include
void main()
{
char s1[30];
gets (s1);
int l=strlen(s1);
for(int i=l;i>=0;i--)
{
printf("%c",s1[i]);
}
}
#include
#include
#include
void main(){
char str1[50]="India is great",str2[50];
int l=strlen(str1),i,j=0;
printf("Original string=%s
",str1);
for(i=0;i
Mam, Iam from Mass, still watching your vedios for understanding humen technology.
mass!!!!!!!!! pe paani hai kya
Thank you so much ma'am ❤️
Tomorrow is my C program Lab practical exam and here I'm watching it now 👅
Superb explained mam...
Thanks🙏🙇
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
Queen of c language
Ye logic kahi to dekha he....😗 by the way thank you
thank you
much love from Romania
isme hm log for loop me agr change kr lete for(I=6;I
Whenever you star UDF please explain it with some easy way because I was learned that before 5 time but steal confusing... 😵
You are the best 🤩
At first Thank you. I watch your lecture regularly, my question to you which camara you use? or camara brand and model name please mention this.
such a great explanation
Very very thank you mam 🎉😊.
#include
#include
int main() {
int len1;
char s1[1000];
printf("Enter your string : ");
fgets(s1,100,stdin);
len1 = strlen(s1);
for(int i = len1; i>=0; i--) {
printf("%c", s1[i]);
} printf("
");
return 0;
}
Thanks a lot mam 😊😊♥️♥️
your logic in always great
Mam do strlen() function count /0 character also?
You are amazing 😌
mam in how many days this course will be complete (estimated time)??
Thank u maam ❤️❤️❤️
Mam you are a great teacher
Could you tell you are studied from which IIT
1??it is an integer and string is character type array having \0 at the end, is it possible to include integer in it??? Just asking as I am having confusion
1 is not just integer
'1' is treated as character also in C.
For example, in print statements where you want to print a number or menu, we print as :
printf("1.Option 1
2.Option 2
3.Option 3
");
Here the numeric symbols are treated as characters.
But in arithmetic (math) operations, the numeric symbols are treated as math numbers.
Eg :
int c= 5+3; // c=8 will be stored
So we can use 1 as number and '1' as character
So yes, you can include numbers in your strings too, where the number also will be treated as character.
Note :
//char ch=1; //wrong use
char ch= '1'; //ch stores '1' as character
printf("%c",ch); //will print 1
int num=1;
//int num='1'; //wrong use
printf("%d",num); //prints 1
num++; //correct
//ch++; //wrong bcoz ch is character and addition is done only on numbers, not characters
at 4:42 you are a bit confused...i think mam
thanks for discuss it.
Thanks for your efforts mam
Awesome logic
Cute explanation
22:43 Kya Kar Rahi Hu😅😂
very very nice teaching learning mam
Thanks alot mam
why does gets function is not working in my compiler its giving me error
Tnq u 😮
*REVERSING OF STRING IS NOT SWAPPING* - strrev() does swapping of characters but if a string can be printed in reverse order then it's also reversing. If the requirement is only for output then reversing a string without swapping is also correct. But why are you doing this with for loop if we can use strrev() for that?
I have written a code to reverse the code without using the string header. Here is the code:
// Program to reverse a string without using string.h header file
#include
int main()
{
char a[31], swap_a;
int i, j, a_size, string_size = 0;
for (i = 0; i < 30; i++)
{
a[i] = 0;
}
printf("Enter a word within 30 characters: ");
scanf("%s", a);
for (i = 0; a[i] != 0; i++)
{
string_size++;
}
for (i = 0, j = string_size; i < string_size/2; i++)
{
swap_a = a[i];
a[i] = a[j-1-i];
a[j-1-i] = swap_a;
}
printf("%s
", a);
return 0;
}
Because some compilers wont see the strrev() function in the library. This way, one can write the function by one’s self and then use it throughout the program.
@@ajayijohnson strrev() is defined in string.h header file and which compilers do you THINK don't SUPPORT this header file?
@@debojitacharjee Yes! I know it’s in that header file string.h but then I’m also aware that it’s mostly available in windows system. I have tried to use this command in a Linux environment and the function strrev() and some other functions are not in the header file string.h. There peculiarities with different environment and in case one cannot find it, the algorithm can be written.
@@ajayijohnson it's the problem with gcc compiler but that means compiling on Windows would make a program more code optimized. Using functions instead of custom code optimizes the overall LOC.
@@debojitacharjee online compilers
Mam I am very pure in maths
even I don't coding also
Mam I can take cse (IT)
Please tell Mam
thank u mam
th-cam.com/video/RNXLD9jTcQ4/w-d-xo.html
mam lecture is good but plz try to avoid background sounds
But ma'am u said while counting the length of string, we should not consider the null character.???
Hello mam,
Iam placed as embedded software developer, recently.
Will this unacademy useful to me to improve my coding ?
Let me know briefly about it.
Thank you mam &
You are one of my best best faculty 💖.
I love the way , how you are teaching ✨...
Mam I fall in your eye
Namskar mam, mai aapka ek subscriber hu, kya aap meri kuch madad kr skte hai. Mai apne computer me jaise hi keyboard plugin krta hu uske baad automatic files open hone lagti hai, automatic kuch letter type hone lgta hai, aur fir 1 se 2 minutes ke ander shut down ho jata hai. Maine 1) pc usb port bhi change kra liya 2) keyboard bhi change kra liya. 3) TH-cam ke tricks bhi try kr liya fir bhi sahi nhi hua, ab aap bataye mai kya karu
Ma'am Can you explain your lectures using java??
durga sir will help you i guess
@@amallearningwebdevelopment bhai meri job lagyi abb😂
Abb kya krunga mein
Mam how can reverse user input string with Preserving position of Space? Plz help
Thanku so much mam
Mam i have a problem. My c programing madam is beautiful😍, watching her beautiful face, i can't learn subject. That's why i opened u tube to learn, but the problem is repetd agin bcuz you are too beautiful then her😍. I think i can't learn c 😅.
😂
😂
Mam plz explain process structure of c.
Can you give me solution of this
write a C program that create data structure that are larger than the amount of physical memory contained in their machine
Ma'am when did you taught swapping of two numbers?
I can't understand how a parameter can be a pointer, and how is it used as a string in strrev function??
Gem!
Cant we use two for loop??
Mam this is a string or a array.
#include
int main()
{
float f=0.1;
if(f==0.1)
{
printf("no");
}
}
Mam why if condition getting false here ,plz explain
i think if does not store float value
@@741ibrahim2 nahi..if so,compile time would have shown an error....it is compiling.
i designed your cannel cover but where to send
I'm from Arts background still I'm there 😂
Wuthout using string function yet u sue string function strlen why mam?
draw a flow diagram to input your name and print it in reverse
How many days did what to learn c language
Can't we directly use reverse loop for(i=l-1;i>=0;i--) like this?
Nooooo
Thanks mam. Please mam send me the C notes
Mem kitne lecture or hoge
To complete c