Search:

Type: Posts; User: heidi012979; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    5,556

    PERL Unsorted array of strings

    Question on Unsorted Array? Help?

    You have unsorted array of strings, like:
    my @arr = qw(hello World Show must go on);
    Print this array, sorted in reversed case-insensitive order.


    Guys...
  2. Answers
    2
    Views
    3,090

    Code Output

    What the following code is doing?

    char *a=...., *b=....;
    while(*b++ = *a++);


    Guys- Please help me solve this problem. Thanks a lot.
  3. Answers
    1
    Views
    2,885

    Problem regarding FUNCTION

    Help solve a problem regarding FUNCTION

    What the followng function is doing:

    string f(const string &x) {
    return x.empty()? x : f(x.substr(1)) + x[0];
    }


    Guys - Please help solve this...
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact