Skip to content

Program takes in 2 files and prints out the words in the original order, the number of words for each alphabet, and all the words in alphabetical order.

Notifications You must be signed in to change notification settings

rehan-code/Print-Words-Alphabetically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Rehan Nagoor Mohideen

To run the program: make all then: ./alphabetical_printing

Any words or sentences can be written in the files a1_words.txt and a1_moreWords.txt

this program uses dynamically allocated arrays.

File 1 name: alphabetical_printing.c File 1 summary: This program takes 2 files of words and prints the words out in the original order, prints out the number of words for each alphabet and then prints out all the words alphabetically. This program contains the main funciton for the other functions to occur and the program to run.

File 2 name: functions.h File 2 summary: This header file contains all the funcitons for Assignment 1 for the alphabetical_printing.c program. Every functions summary is displayed above the function.

About

Program takes in 2 files and prints out the words in the original order, the number of words for each alphabet, and all the words in alphabetical order.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published