Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Thermodynamics An Engineering Approach

Authors: Yunus A. Cengel, Michael A. Boles

8th edition

73398179, 978-0073398174

More Books

Students also viewed these Mechanical Engineering questions

Question

1. To understand how to set goals in a communication process

Answered: 1 week ago