Determining the highest,lowest and average score of a set of data in C Working on a problem,here is the code.Its actually in C. [code] #include <stdio.h> #include <stdl...
Program that parses a text file into wordsPosted this yesterday,worked on the code and need some clues on this. Meanwhile i have my text file ...
Writing a program in C that parses a text file into wordsTrying to write a program that parses a text file into words and counts the number of occurrences of...
Sequentially searching arrays in CHello,I posted a topic on this earlier.Got some tips that helped but need some more assistance.The p...
Creating a 2 dimensional array in CHello, I'm having a problem trying to create a 2 dimensional array in C.The array consists of a tab...