Facebook
From Cute Tamarin, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 209
  1. #include <iostream>
  2. #include <stdio.h>
  3. #include <time.h>
  4. #include <cstdlib>
  5. #include <string.h>
  6.  
  7. using namespace std;
  8.  
  9. int main()
  10. {
  11.  
  12.         char* str1 = "This is GeeksForGeeks";
  13.  
  14.         return 0;
  15. }