#include using namespace std ; int main() { int A[] = { 0, 1, 2, 3, 4 } ; cout << A << endl ; }