Thursday, 4 October 2012
Count The Repeated Letter
04:45
2 comments
#include <stdio.h> #include <conio.h> #include <string.h> int main() { char stng[20],rpt; int count, i; clrscr(); printf("*****Program to Count The Repeated Letter*****"); printf("\n\nEnter word : "); ...
Subscribe to:
Posts (Atom)