WAP to reverse the string

Write a program to reverse the string without using string function Output Enter the string: nawarajReverse string is: jarawan

WAP to copy the string

Write a program to copy the string without using string function Output Enter a string:nawarajCopied string = nawaraj

WAP to concatenate two strings

Write a program to concatenate two strings without using string function Output Enter String 1: ladyEnter String 2: birdConcatenate string is: ladybird

WAP to compare two strings

Write a program to compare two strings without using string function Output Enter two strings :nawarajshahstr1 < str2 alphabetically