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
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; …
The End.
md_azaz1