WAP to copy the string
Write a program to copy the string without using string function Output Enter a string:nawarajCopied string = nawaraj
Write a program to copy the string without using string function Output Enter a string:nawarajCopied string = nawaraj
Write a program to concatenate two strings without using string function Output Enter String 1: ladyEnter String 2: birdConcatenate string is: ladybird
Write a program to compare two strings without using string function Output Enter two strings :nawarajshahstr1 < str2 alphabetically
Write a program to check whether the given number is a prime number or not using recursive function Output Enter an integer: 5count = 15 …
Write a program to calculate the HCF of two number using recursive function Output HCF: 10