c++ how to do a pointer char to take varols from keyboard code example
Example: c++ how to do a pointer char to take varols from keyboard
#include <iostream>
using namespace std;
int main() {
char *str = new char[1];
cin >> str;
cout << s;
return 0;
}