electronics_guy
Member level 2
Hi all,
What is wrong with the snippet:
The compiler always throws an error with the code above.
What could be the problem? Plz help
Thanks in advance
What is wrong with the snippet:
Code:
const int a=5;
int b[a]={1,2,3,4,5};
The compiler always throws an error with the code above.
What could be the problem? Plz help
Thanks in advance