Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #55.0K
~2K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for PolarClaw
Member Avatar for hexes

strcmp will not do good, u have to use strstr() function with loop and if condition which say "strstr(s1,s2)==null" to count the given string line in the file,strstr is available in string.h

Member Avatar for deceptikon
0
235

The End.