ShriRam Changed status to publish July 16, 2022
//strrev ( ) Reverses the given string #include<stdio.h> #include<conio.h> main() { char s[50] = "This is an Example"; printf("%s",strrev(s)); }
ShriRam Changed status to publish July 16, 2022
//strrev ( ) Reverses the given string #include<stdio.h> #include<conio.h> main() { char s[50] = "This is an Example"; printf("%s",strrev(s)); }