#include <iostream> int main() { // Array declaration by specifying size int array1[10]; int a = 10; int array2[a]; }