Thread: turns the name entered by the user

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    9

    turns the name entered by the user

    hello 4 all programmers

    i have a question plz

    How to Make a program that turns the name entered by the user

    such as

    eman ====(to)====> name

    with Array

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You can start with a program which allows you to input "eman" into a char array, and print "eman".
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 04-12-2009, 12:40 PM
  2. How do you check how many characters a user has entered?
    By engstudent363 in forum C Programming
    Replies: 5
    Last Post: 04-08-2008, 06:05 AM
  3. How to hide what a user has entered with *'s
    By stuartg123 in forum C++ Programming
    Replies: 14
    Last Post: 04-16-2007, 01:29 PM
  4. strings making sure user has entered some info
    By marcus430 in forum C++ Programming
    Replies: 3
    Last Post: 11-22-2003, 07:58 AM
  5. use user entered formula to calculate something
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 12-07-2001, 02:21 AM