Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Strings: a. Write a C program to convert a Roman numeral ranging from I to L to its decimalequivalent. b. Write a C program
Strings: a. Write a C program to convert a Roman numeral ranging from I to L to its decimalequivalent. b. Write a C program that converts a number ranging from 1 to 50 to Romanequivalent c. Write a C program that uses functions to perform the following operations: i) To insert a sub-string into a given main string from a given position. To delete n Characters from a given position in a given string. d. Write a C program to determine if the given string is a palindrome or not (Spelled same in both directions with or without a meaning like madam, civic, noon, abcba, etc.) e. Write a C program that displays the position of a character ch in the string S or - 1 if S doesn't contain ch. f. Write a C program to count the lines, words and characters in a given text.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started