Hi Friends, One simple doubt:
const int a = 10; // global
my_function()
{
const int b = 20; // local
}
Will both 'a' and 'b' be stored in data segment?
If yes:
I thought Data segment is having both read and write access. Will it conflict
with the constantness of variable 'a' and 'b'?
Thanks.
Unlimited freedom, unlimited storage. Get it now, on
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
[Non-text portions of this message have been removed]
