Saturday, 1 June 2013

Implementation defined behaviour changing const type in c

Implementation defined behaviour changing const type in c

The C standard states that if an attempt is made to change a const type,the result is implementation defined.This gives error on my type,but what does it depend on(compiler,os)? What are the possible results(implementation defined) on various machines?

No comments:

Post a Comment