string programs in c++

Download String PROGRAMS IN C++

If you can't read please download the document

Upload: suganya-selvaraj

Post on 23-Nov-2015

10 views

Category:

Documents


3 download

DESCRIPTION

String PROGRAMS IN C++

TRANSCRIPT

#include #include using namespace std;int main () { char *line = "short line for testing"; // with no arguments string s1; s1 = "Anatoliy"; cout