TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sami sam
NA
40
30.2k
How to move words from side to side in C deprogramming language
Aug 12 2012 9:15 PM
I do not know how to comeplet this to let it move words from side to side I was following my teacher but I missed some lines:
#include <stdio.h>
#include <string.h>
char line [80]
int main (){
strcpy(line."ball");
printf("%s\n",line);
printf("%72 s\n",line);
printf("% *s\n",36);
}
Reply
Answers (
3
)
more clarification please in C programming
File Reading and Character Storage in Data Structures