[Solved] For every possible pair of two unique words in the file, print out the count of occurrences of that pair [closed]
It seems inconceivable that the purpose of your assignment determining the frequency of word-pairs in a file would be to have you wrap a piped-string of shell utilities in a system call. What does that possibly teach you about C? That a system function exists that allows shell access? Well, it does, and you can, … Read more