Write a C function with the following prototype: int copyFile(char *filenamel, char *filename2); Given the names of a destination and of a source file (respectively, filename1 and filename2), the function should copy the content of the source into the destination file, after transforming the alphabetic characters from lowercase to uppercase and vice- versa (all the other characters are copied as they are). In case the copy operation is not successful, the function should return he value -1. Otherwise, it should return the total number of characters that were successfully copied.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.1: Providing Class I/o Capabilities
Problem 7E
icon
Related questions
Question
This is not a graded question so please don't disregard it as if it is.Thank you in advance professor! Note: Everything should be coded in C AND NOT C++
Write a C function with the following prototype:
int copyFile(char *filenamel, char *filename2);
Given the names of a destination and of a source file (respectively, filenamel and filename2), the function should copy the
content of the source into the destination file, after transforming the alphabetic characters from lowercase to uppercase and vice-
versa (all the other characters are copied as they are). In case the copy operation is not successful, the function should return
the value -1. Otherwise, it should return the total number of characters that were successfully copied.
Transcribed Image Text:Write a C function with the following prototype: int copyFile(char *filenamel, char *filename2); Given the names of a destination and of a source file (respectively, filenamel and filename2), the function should copy the content of the source into the destination file, after transforming the alphabetic characters from lowercase to uppercase and vice- versa (all the other characters are copied as they are). In case the copy operation is not successful, the function should return the value -1. Otherwise, it should return the total number of characters that were successfully copied.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Structure chart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning