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 #107.71K
~420 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 1

1 Posted Topic

Member Avatar for kn_jee

This program is not affected when the user types more than one space or any symbol used in sentences, or tab etc. PROGRAMER MD. AZAZ VESIT MUmbai [CODE] #include <stdio.h> void CountWords(void); void main() { printf("\n\tcount the words and enter string\n\n\n"); CountWords(); } void CountWords(void) { char c; int num=0; …

Member Avatar for md_azaz1
0
420

The End.