Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q 3 ) ( 2 6 pts . ) Write a C + + function to Bet 4 strings as character pointers as input parameters

Q3)(26 pts.) Write a C++ function to Bet 4 strings as character pointers as input parameters as follows:
String1: first name
String2: middle name
String3:sumame
String4: outputstring firstname-middlename-surname sequence, If the optlon is 0 the output string should have surnamemiddiename-firstname sequence, As if the option is different than o and 1, it should conv notavallable" to output string.
void namestring(char *51, char* $2, char ?** s3, char * sout, iat opt)(
Q4)(30 pts.) Consider the following structure:
struct stdi
int id;
char name[30]:
Istd_array[100]:
Write a somplete CC++ program that opens the files Iid,tit" and "name.txt" that includes id's and names of the students. The program should load from the files to the array of structures, given above as std array. Then, the program should print the id's and names of the corresponding students to the output file "studentinfo.txt".
Ex:
\table[[Id.txt
image text in transcribed

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

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions