Reverse a string without using strrev() String function||C language tutorial for beginners

preview_player
Показать описание
In this video, we're going to learn how to reverse a string without using strrev() function. We're not going to print the string in reverse order but we'll actually reverse the string. This tutorial will help beginners to build their programming logic. We'll write the code of strrev() function which is defined in string.h library file.
----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
HIT LIKE👍🏻
SUBSCRIBE TO MY CHANNEL FOR MORE VIDEOS💻🎬
HIT THE BELL ICON🔔 #c #programming #beginners #coding #tutorial #stringfunctions #stringinc
#programming #coding #stringfunctions #clanguage #functioninc
Рекомендации по теме
Комментарии
Автор

Hii sir
I am Naveen from Andhra Pradesh
#include<stdio.h>
Int main()
{
Char gen, ms;
Int age;
Scanf("%c", &gen);
Scanf("%d", &age);
fflush(stdio);
Scanf("%c", &ms);
Printf ("%c\n", gen);
Printf ("%d\n", age);
Printf ("%c", ms);
}
No result sir 🙄🙄🙄. . Please rectify mistake sir

naveengujjar