WAP to add two lengths in feet inch using a structure
Write a program to add two lengths in feet inch using a structure Output 1st distanceEnter feet: 5Enter inch: 52nd distanceEnter feet: 5Enter inch: 6Sum …
Write a program to add two lengths in feet inch using a structure Output 1st distanceEnter feet: 5Enter inch: 52nd distanceEnter feet: 5Enter inch: 6Sum …
Write a program to calculate the length of string using a user-defined function Output Enter any string:nawarajLength of nawaraj is 7
Write a program to reverse the string without using string function Output Enter the string: nawarajReverse string is: jarawan
Write a program to copy the string without using string function Output Enter a string:nawarajCopied string = nawaraj
Write a program to check whether a number is a palindrome or not using function Output Enter any number:1232112321 is a palindrome.