Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a class with name String. Assume, only stdio.h library is included and it is not possible to include any other library. In private section

Write a class with name String. Assume, only stdio.h library is included and it is not possible to include any other library. In private section of class there will be a character array (lets say s) and also it is possible to locate functions to this section that you want to use but not asked. In public section there will be five functions,

(i) set function will take a character array as parameter and assign it to s

(ii) print function will just print s on screen

(iii) count function will find and return number of consonants in s (vowels: i,o,u,e,a).

(iv) show function will take an integer as parameter and print a portion of s after that count number of characters which is taken as parameter.

(v) postfix -- operator will delete the last character of s.

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

Step: 3

blur-text-image

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

Database Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

ISBN: 061901556X, 978-0619015565

More Books

Students also viewed these Databases questions

Question

Secrets of a Cyber Security Architect chapter 2 summary

Answered: 1 week ago

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago