Depends on the compiler, and the result is unpredictable:
- G++ doesn't complain and compiles, not even a warning, the output is a random number
- VC++ compiler complains with C4313, the output is zero
- Intel C++ complains with warning #267 the result is a random number
No comments:
Post a Comment