Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~306 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c x 3

2 Posted Topics

Member Avatar for skprasat

ummmm.... how can you giv print to a single variable var[i] with %s specifier??? your problem shouldn't be in the code but the definition of var[]!

Member Avatar for axyelp
0
119
Member Avatar for Kraizy

ummm,.. i came across a similar program in one of the inter collegiate festivals i attended! it asks to count the occurrences of words in a string! this one is quite simple n straight! hope it helps! [CODE=C]#include<stdio.h> #include<string.h> main() { int i=0,j,c=0,cnt1; static int cnt[100]; char a[100], b[100][100]; printf("enter …

Member Avatar for axyelp
0
187

The End.