When given a c-string reference and a character

Assignment Help C/C++ Programming
Reference no: EM13164499

Write a program that implements and tests the following functions for use with C-strings (you may assume that  input obtained by the program is limited to a maximum of 80 characters):
int charcnt(char* ptr, char c);
This function, when given a C-string reference and a character, returns the number of times that the specified  character   occurred   in   the   string.
int repeat(char* ptr);
This function, when given a C-string reference, returns the number of repeated characters that occur in the string.   For   example,   the string   "Mississippi"   has   three   repeated   characters. Do   not   count   repeated   blanks   in   the string.If a character occurs more than two times, it should still only count as one repeated character; thus, "hisssss" would have only one repeated character.
void reverse(char* ptr);
This   function when given a C-string, will reverse that character string. For example, "Harry"  becomes "yrraH".  
  
Please note that you are NOT to use any prewritten C-string functions (e.g. strlen) as the purpose of this  
problem is to get experience in writing such functions. You are to use cin.getline   to   read   in   the   string   and  
cin.get to read in the character as shown below:  
  
Example run (with user input indicated with bold italics):         
Enter a string: The Mississippi Snake goes "hisssss, y'all."
Enter a character: s
The character 's' appears 10 times in the string.
There are 5 repeated characters in the string.
The reverse string is: ".lla'y ,sssssih" seog ekanS ippississiM ehT

Test   Run   #1:   
Enter a string: Mr. Boone is a bookkeeper in Mississippi.
Enter a character: s
The character 's' appears 5 times in the string.
There are 7 repeated characters in the string.
The reversed string is: .ippississiM ni repeekkoob a si enooB .rM
  
Test   Run   #2:   
Enter a string: The quick brown fox jumps over the lazy dog.
Enter a character: e
The character 'e' appears 3 times in the string.
There are 0 repeated characters in the string.
The reversed string is: .god yzal eht revo spmuj xof nworb kciuq ehT

Reference no: EM13164499

Questions Cloud

Hierarchy chart and then plan the logic : Draw the hierarchy chart and then plan the logic for a program needed by the sales manager of The Henry Used Car Dealership. The program will determine the profit on any car sold
What is the percent yield for the reaction : If 352 g of magnesium reacts with excess oxygen to produce 296 g of magnesium oxide, what is the percent yield for the reaction?
How many grams of dry nh4cl need to be added : How many grams of dry NH4Cl need to be added to 2.10L of a 0.500 M solution of ammonia, , to prepare a buffer solution that has a of 8.84? Kb for ammonia is 1.8*10^-5.
Compute the han and an- ion molar equilibrium concentrations : For each solution, determine the number of moles of HAn and of An- ion at equilibrium. For each solution, caluate the HAn and An- ion molar equilibrium concentrations. Determine the reciprocal of the An- ion concentration for each solution.
When given a c-string reference and a character : Write a program that implements and tests the following functions for use with C-strings (you may assume that  input obtained by the program is limited to a maximum of 80 characters):
Struct definition to represent the data of a person''s bank : Define a struct definition to represent the data of a person's bank account. There will be one string for the name, and two doubles for balance and interest rate. Declare two variables of this new type in the main function. Modify the values of each ..
What is the new concentration of the acid : A bottle of 6 M acid has 34.3 mL remaining in it. If the acid is diluted to 770 mL, what is the new concentration of the acid.
State stretch is definitive evidence that a compound lacks : The absence of an alkene C=C IR stretch is definitive evidence that a compound lacks an alkene functional group.
Find molecular mass by freezing point depression : Molecular Mass by Freezing point Depression (Preliminary Lab).

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd