Your way of first explaining the logic with a proper diagram and flow of the program and then going into the actual code explanation is just amazing. ❤️
Welcome.. Subscribe our channel for complete course of C CPP CN CG DS java OS HTML Govt job vacancies just click on channel name and then playlist of these subjects.. please share my channel...
Garbage value: Jab user koi variable declear karta hai aur uus variable me koi value Ko Suru me hai rakhta TB computer memory me Variable me ek value aa jata hai (yeh value kuch v ho Sakti hi wo ) usse hi garbage value kaheye hai. Hoping you have understood. If not ask again. .
C Progamming Full Course Playlist th-cam.com/play/PLUhebcqFf6aFm5SzSyI4X4a6l2nfvv6q8.html
Your way of first explaining the logic with a proper diagram and flow of the program and then going into the actual code explanation is just amazing. ❤️
thanks ..Keep watching and like and share my videos
Thank u mam ur explanation is soo smooth and easy to understand 😊😁
So good you are good teacher ma'am
You explained everything very well mam.
Thanks alot mammm.. aapke wajah se ye concept clear huaa 😘
Welcome..for more videos on C C++ DS OS CG go to playlist of my channel...by clicking on channel name
Mam your explanation is very understanding but I haven't output is that program
In a nice n better way thankyou mam
nice explanation MA'AM
Maim Dynamic Memory Allocation pr with program ek vdo jarur banayein plz ...hurry??
Thank you mam😁
Oprating system online class Kar ni hian mam
A lot of thanks mam
Thanks...Please do and like these videos
Mam mje rev(j) = \0 smj nhi a rha isse last m kase save hoga?
Very nice explanation mam
Welcome.. Subscribe our channel for complete course of C CPP CN CG DS java OS HTML Govt job vacancies just click on channel name and then playlist of these subjects.. please share my channel...
mam i me l-1 kyo kiya jabki strlen function total length of string dega without counting null character
Last wala position m \0 hota h thats why l-1
&gets ke jagah scanf ke use se user se input nhi le sakte
Yes by using %s...
Nice
Thanks...Please share and like these videos
Agr space hua tb y program ni chl payga
Please solve it from pointer and making function
Mam garbage value mean pura batao garbage value kya hoti hai
Garbage value:
Jab user koi variable declear karta hai aur uus variable me koi value Ko Suru me hai rakhta
TB computer memory me
Variable me ek value aa jata hai (yeh value kuch v ho Sakti hi wo ) usse hi garbage value kaheye hai.
Hoping you have understood.
If not ask again.
.
Maam why we not using here both counter in one FOR loop
for(i=l-1,j=0;i>=0,j
what is miss?
#include
#include
#include
int main()
{
char str[100], rev[100];
int i, j, l;
printf("Enter the String here :");
gets(str);
l=strlen(str);
j=0;
for(i=l-1; i>=0; i++){
rev[j++]=str[i];
}
rev[j]='\0';
printf("Reverce string is :");
puts(rev);
getch();
}
Man j++ main j intialize kha se ho rha hai
J will start from 0 usko upar initialize krna hoga
मैडम जी c का पेपर दो बार दे दिया है fail हो जाता हो क्या करू?
please study precisely and clear your concept in C
Please someone explain me this
#include
int main()
{
char char1 = 'X';
char char2 = 'M';
char char3 = 'L';
printf("The reverse of %c%c%c is %c%c%c
",
char1, char2, char3,
char3, char2, char1);
return(0);
}
It will give the output ..the reverse of XML is LMX
Jis sequence m print karayege usi sequence m print hoga
@@ZeenatHasanAcademy Thanks for reply Mam
Subscribe and share
👌👍
Thank you mam😁
Nice
Thanks...Please share and like these videos