Hello everybody, I was doing a simple program to count number of whitespaces in a text file but I am stuck at it.
Here is the code
void main()
{
FILE *from;
int ch,count;
int c;
from = fopen("newfile","r");
while ((c = fgetc(from)) != EOF)
{...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.