Thread: String Insertion program

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    2

    Question String Insertion program

    Program to insert a particular character in a string after one specific character likeStr1 [] ="book" Then in the above given string after character 'o' it should append a character 'a’, so output will be Boaoak. The Same program for User input. Anybody help me

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Yes, you read this
    Announcements - C Programming

    Then you post some kind of attempt at solving your own homework.

    Copy/pasting your assignment, and adding "can anyone help?" is not the way.
    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. Insertion Function
    By jdcasey9 in forum C Programming
    Replies: 12
    Last Post: 05-04-2010, 02:12 PM
  2. Image insertion
    By lozdg in forum C++ Programming
    Replies: 4
    Last Post: 01-17-2005, 12:25 PM
  3. string insertion into another string....
    By Isotopes in forum C Programming
    Replies: 4
    Last Post: 03-20-2003, 02:16 PM
  4. Insertion Point
    By Eibro in forum Windows Programming
    Replies: 2
    Last Post: 10-02-2002, 08:30 PM
  5. Sorting by Insertion
    By Bada Bing in forum C Programming
    Replies: 3
    Last Post: 11-17-2001, 11:22 AM