Search:

Type: Posts; User: Tintu

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,478

    pointers in pattern replacement

    Hi all thanks for suggestions..I fixed the headre files...the program is working...
    but my question is how to implement pointers in it?
    should i put char* instead of char?
    is that the only change...
  2. Replies
    7
    Views
    1,478

    pattern replace using pointers

    Hi..I have a program to replace a string pattern with special characters....
    I need to know how to implement pointers in the same program...

    #include<STDIO.H>

    main(){

    int lengthofTot;...
  3. Counting uppercase and lowercase letters in a text

    Can anyone help me to count the uppercase and lowercase letters in a text?
  4. Replies
    8
    Views
    1,273

    i posted two problems that i have..the first one...

    i posted two problems that i have..the first one was what you say concatenating the files with an extension of .c...the code that i have sent now is a different problem ie to find the pattern...
  5. Replies
    8
    Views
    1,273

    Pattern skipping

    Hi..this is the program i wrote to find the pattern matching..how can i alter the same to find pattern skipping?


    #include<STDIO.H>

    main(){

    int lengthofTot;
    char total[1000];
    char...
  6. Replies
    8
    Views
    1,273

    Concatenating files

    I have three files..and i need to concatenate these...not the whole files in the world
  7. Replies
    8
    Views
    1,273

    plz..very urgent

    Plz help me to fin out the program to concaternate the contents of all the files
  8. Replies
    8
    Views
    1,273

    display the contents of all the files

    Hi...Can anyone plz give me a program to display the contents of all files inC
  9. Replies
    4
    Views
    1,527

    patterns

    what are the parameters that i should use to call the fgets function?
  10. Replies
    4
    Views
    1,527

    Thank u very much zacs...

    Thank u very much zacs...
  11. Replies
    4
    Views
    1,527

    Help me to find the occurence of a pattern

    Hi all..I just started doing C programming..I found some difficulties in find pattern matching.I just want to enter a sequence of letters(eg.ATGCCGTAGGCTATG) and to find which are the sequences that...
Results 1 to 11 of 11