Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 136,047 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,548 people online right now. Registration is fast and FREE... Join Now!




Given a string "WORDPROCESSING",write a program to read the

 
Reply to this topicStart new topic

Given a string "WORDPROCESSING",write a program to read the

pearl579
4 Aug, 2008 - 06:36 AM
Post #1

New D.I.C Head
*

Joined: 4 Aug, 2008
Posts: 7

Given a string "WORDPROCESSING",write a C program to read the string from the terminal and display thee same in the following formats :
a)WORD PROCESSING
b)WORD
PROCESSING
c)W.P

This post has been edited by pearl579: 4 Aug, 2008 - 06:39 AM
User is offlineProfile CardPM
+Quote Post

red_4900
RE: Given A String "WORDPROCESSING",write A Program To Read The
4 Aug, 2008 - 08:18 AM
Post #2

Code Dreamers
****

Joined: 22 Feb, 2008
Posts: 813



Thanked: 11 times
My Contributions
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
smile.gif
User is offlineProfile CardPM
+Quote Post

pearl579
RE: Given A String "WORDPROCESSING",write A Program To Read The
4 Aug, 2008 - 08:49 AM
Post #3

New D.I.C Head
*

Joined: 4 Aug, 2008
Posts: 7

CODE

/* Program to print the given string */
void main()
{
    char word[15];
    printf("Enter the string :\n");
    scanf("%s",word);
    printf("%.4s %.15s\n",word,word);
    printf("%.5s\n %.10s\n",word,word);
    printf("%15.1c.%15.5c\n",word,word);
}


User is offlineProfile CardPM
+Quote Post

pearl579
RE: Given A String "WORDPROCESSING",write A Program To Read The
29 Aug, 2008 - 03:54 AM
Post #4

New D.I.C Head
*

Joined: 4 Aug, 2008
Posts: 7

plz can i get the correct code for the above program...i need it urgently!!!
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/1/08 05:22PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month