Trying to make a program to count tabs, blanks and newlines. Code:
#include main() { int blanks, tabs, newlines, c = 0; while