#include using namespace std; int main() { const int num = 10; const int *const ptr = # cout << *ptr << endl; }