electronics_guy
Member level 2
- Joined
- Apr 12, 2012
- Messages
- 49
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,655
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