Saturday, May 9, 2009

How to change the value of const identifiers in c programming language ?

u may change it in the program


cheers

How to change the value of const identifiers in c programming language ?
"const" stands for constent. I is not supposed to change. Then if you need a different value the only solution is to change the source code and recompile.
Reply:what's the use of an identifier being "constant" if you want to change it?!??! make it a variable indentifier and problem solved.
Reply:U can change it only in the program..


U cannot change it at runtime..
Reply:U cannot change the const value


No comments:

Post a Comment