Answer to Question #19367 in C++ for shamroz

Question #19367
write a program that display the following string including quotes
"my name is shamroz"
1
Expert's answer
2012-11-26T10:24:31-0500
#include <iostream>
#include <stdlib.h>
#include <string.h>

using namespace std;

int main()
{


cout<<"\"my name is shamroz"""<<"\""""<<endl;
&
&
& system("PAUSE");
& return 0;
}

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