Dear sir,
I have problem C++ array(with respect windows operationg System)
When i declare int a[5]. It must get value a[0],a[1],..a[4]. But it is getting upto a[10}.
why is it so?
Thanks lot
I have problem C++ array(with respect windows operationg System)
When i declare int a[5]. It must get value a[0],a[1],..a[4]. But it is getting upto a[10}.
why is it so?
Thanks lot
Comment