3
Answers

read only array ?

SUNIL GUTTA

SUNIL GUTTA

11y
1k
1
Hello

Well i want to declare an array as read only so once initialized we cant change it ..

like ReadOnly int [] arr ={1,2,3,4,5};

is it possible like this ???? if not please provide remedy 

Thank you
Answers (3)