#include <iostream> int main() { // Array declaration by specifying size and initializing int arr[5] = { 1, 2, 3, 4 } }