• Home
  • What is the output of the following program? #include using namespace std; main() { const int a = 5; a++; cout }