Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: C Programming Help  (Read 11323 times)

0 Members and 1 Guest are viewing this topic.

salc

  • Guest
C Programming Help
« on: June 22, 2004, 07:54:20 AM »
Can someone help me with this C program. What I need is a program that will create scrambled words by circularly rotating the middle characters of each word by 1 character. Place the scrambled words, 1 per line in an output file.

The Input File format is such that the first line contains a number indicating the number of words in the file, followed by one line for every word to be scrambled (no spaces in any of the words).

Joleen

  • Guest
Re: C Programming Help
« Reply #1 on: June 22, 2004, 07:57:58 AM »
Post what you've come up with so far please.