Answer to Question #12889 in C++ for Shubhankar

Question #12889
i want to print a output in C++ so can any one give me the full code for it please..
1
Expert's answer
2012-08-10T10:37:10-0400
Here is an example of a program that asks a random string and then prints it out:

#include <iostream.h>

char w[100];

void main(){
cout<<"Enter a word: ";
cin>>w;
cout<<"Here is your word: ";
cout<<w<<"\n";
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS