zizi21
asked on
can we get the number of records in the file without iterating with fread...
can we get the number of records in the file without iterating fread? thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
That is possible just if you are talking about fixed-length records, if not, no, you cannot.
ASKER