Search:

Type: Posts; User: hasanah

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,782

    thank you very much of ur help dear cyberfish...

    thank you very much of ur help dear cyberfish ...i will try it out and do my exercise

    the declarartion of A is a mistake, which i make it as try ealier and i didnt delete.=)

    and the x=27 is for...
  2. Replies
    4
    Views
    2,782

    frequency character counter

    #include <stdio.h>
    #include <string.h>

    int main(){
    char message [50];
    int A=0,x=0,j;
    int counter[26];
    memset(counter,0,26);
    //memset(j,0,26);
Results 1 to 2 of 2