i have made a program with this algorithm but its not working properly my code is given below can you help me to remove the errors
#include<stdio.h>
#include<conio.h>
void main()
{
FILE *f;
char ch;
int nalpha=0,nword=0,nno=0,nsc=0;
f=fopen("abc.txt","r");
if(f!='NULL')
{...