#include <iostream> int main() { // Array declaration by initializing elements int array[] = { 1, 2, 3, 4 } }