Thread: Pointer problem

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    24

    Pointer problem

    Hi all, I have a program(Not really a complete program) to write and I need some help. I will give the question bellow. Please help in whatever way you can.


    1)Using Poinrer Write a C function that receives a character string as an argument and reverse the string. (Using Recursion).


    Another problem--

    2)Write a C program to accept strings from command line argument and arrange them according to the dictionary order.

  2. #2
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    So what are you having trouble with? Show us what you've done so far.
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with pointer to a pointer variable
    By Rodri in forum C Programming
    Replies: 2
    Last Post: 11-20-2011, 10:50 AM
  2. pointer to pointer realloc problem
    By prakash0104 in forum C Programming
    Replies: 14
    Last Post: 04-06-2009, 08:53 PM
  3. sturct/pointer problem, and fscanf problem
    By hiphop4reel in forum C Programming
    Replies: 6
    Last Post: 07-28-2008, 09:40 AM
  4. Replies: 4
    Last Post: 11-05-2006, 02:57 PM
  5. pointer to pointer how do i solve following problem?
    By kobra_swe in forum C Programming
    Replies: 5
    Last Post: 07-19-2006, 04:49 PM