Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

string in c++

#include <bits/std.hc++>
using namespace std;

int main(){
 	string word = {"Hi  this my account on instgram 0.wht"};
  	cout<<word<<endl;
  
 return 0;
}
 
PREVIOUS NEXT
Tagged: #string
ADD COMMENT
Topic
Name
9+1 =