C Program to reverse string without using Strrev() function Lec-55|C Programming Tutorial in Hindi

preview_player
Показать описание
This video explains C Program to reverse string without using Strrev () function
click on following for complete 'C' tutorial in Hindi

Click on following for Complete 'C++' Tutorial in Hindi

Click on following for Computer Graphics Tutorial in Hindi

Click on following for Operating System in Hindi

Click on following for Data Structure Tutorial in Hindi

Click on UGC NET Previous years Solutions of Computer Graphics

#Cprogramming #zeenathasan #reversestringinc
Рекомендации по теме
Комментарии
Автор

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. ❤️

shashanksunny
Автор

Mam your explanation is very understanding but I haven't output is that program

kashishgawali
Автор

So good you are good teacher ma'am

ranjoymajumder
Автор

Thank u mam ur explanation is soo smooth and easy to understand 😊😁

gauravchauhan
Автор

Maim Dynamic Memory Allocation pr with program ek vdo jarur banayein plz ...hurry??

Akhileshkumar-nxzh
Автор

You explained everything very well mam.

simrannadaf
Автор

Please solve it from pointer and making function

smartapplications
Автор

Thanks alot mammm.. aapke wajah se ye concept clear huaa 😘

_Shafin_Shekh
Автор

Oprating system online class Kar ni hian mam

shyamlalbhardwaj
Автор

Maam why we not using here both counter in one FOR loop
for(i=l-1, j=0;i>=0, j<l;i--, j++)
Rev[j]=str[i];

gulzarhussain-mppm
Автор

Mam mje rev(j) = \0 smj nhi a rha isse last m kase save hoga?

MadhurChadda
Автор

&gets ke jagah scanf ke use se user se input nhi le sakte

sbikki
Автор

Please someone explain me this
#include <stdio.h>
int main()
{
char char1 = 'X';
char char2 = 'M';
char char3 = 'L';

printf("The reverse of %c%c%c is %c%c%c\n",
char1, char2, char3,
char3, char2, char1);

return(0);
}

godson
Автор

Mam garbage value mean pura batao garbage value kya hoti hai

allmix
Автор

Agr space hua tb y program ni chl payga

siddharathasoam
Автор

mam i me l-1 kyo kiya jabki strlen function total length of string dega without counting null character

gaurav__
Автор

मैडम जी c का पेपर दो बार दे दिया है fail हो जाता हो क्या करू?

deepukhirwar
Автор

Man j++ main j intialize kha se ho rha hai

sbikki