#include <iostream> #include <string>#include <cstring>using namespace std; int main(int argc, char const *argv[]){ const char *a = "whats\0Up"; cout<<a; return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login