Purchase Solution

C program to capitalize input string.

Not what you're looking for?

Ask Custom Question

Write a C program that prompts the user for a filename, and changes every alphabetic character in the filename to corresponding capital letter. Numbers and special characters should not be changed. Print the capitalized output to the screen.

Purchase this Solution

Solution Summary

Attached program is thoroughly commented. It assumes maximum file name length as 512 characters that can be changed by changing the value of macro MAX_FILENAME_LEN in the code.
Please go over the question of Solution Id 236055 as well before downloading the response so that you download the solution you actually require.

Solution Preview

Please find the solution attached as 236319.c that has been tested for error and warning ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.