w3ajay

tally tutorial point, ms word 2013, ms excel 2013, ms powerpoint 2010,ccc question with answer in hindi 2021, Tally Prime in hindi , tally prime,Python,in python,programming in python,python

Monday, December 23, 2019

C program to reverse a string

C program to reverse a string


#include<stdio.h>

#include<conio.h>

#include<string.h>
void main()
{
char i[100];
clrscr();
printf("enter the any string for reverse ");
scanf("%s",&i)
strrev(i);
printf("the string of reverses is %s",i);
getch();
}


No comments:

Post a Comment

for more information please share like comment and subscribe