Search:

Type: Posts; User: suryak

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    11,357

    actually i use gnu c .... I referred the first...

    actually i use gnu c ....
    I referred the first link that you mentioned but couldn't find any standard function that reverses a string.. what I should use.
    Actually I referred a text book in which...
  2. Replies
    4
    Views
    11,357

    string reversing function strrev() errors

    I used strrev() to reverse a string ..

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

    int main (void)
    {
    char str[50];

    fputs("enter",stdout);
Results 1 to 2 of 2