Which of the following is correct declaration of an array?int aar(10);int arr;int aar[10];int aar{10};