#include #include /* * * 4.19 * * */ int main () { int *ptr = nullptr; int aa = 12374; int ival = 0; ptr = &aa; vector vec; return 0; }