array bound is not an integer constantThanks for Update Is there any links which tells what are all the things happing during compile t...
array bound is not an integer constantHi 1) const int array_const []= {1,2,3,4,5,6}; //ok float float_array[array_const[2]]; // Thro...