
Using fscanf() to read characters from a file into a multi-dimensional character array.
This program contains functions that sort arrays, and opens and reads files. Written in C.
Introduction to srand() function in C and having a maximum and minimum specified as a range for random numbers.
Two methods of using getchar() function in C to input characters and echo them to the textport.
This code will determine the musical relationship between different notes based on a tonic. Includes inversions.
Mathematics, music theory, and programming to create a table of the 88 keys of a grand piano.
The system command in C allows programmers to communicate with the computer's operating system.
A program that generates a blank C file with the specified filename, then opens the file in a vi editor in the terminal.