What does angle braces initializer "a[] = <%1%>" means in C++? It gives out ouput as 1

67 Views Asked by At

Why this is a valid thing?

int a[] = <%1%>;
cout<<a<:0:>;
0

There are 0 best solutions below