#include int main() <% int Array<:10:> = <% 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 %>; printf("Array[5] = %i\n", Array<:5:>); return 0; %>