View Single Post
Old 28-11-07, 12:02 PM   #3 (permalink)
sajishk@gmail.com
Junior Member
 
Join Date: Aug 2007
Age: 25
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 sajishk@gmail.com is on a distinguished road
Re: urgent help...required please..PLEASE SEND ME THE REASON

I dont think it is a case of not specifying the size of array because if we dont provide the size but if we mention the members of array then also it will accept without any error.......
ie
int arr[2]={1,2,3};
int arr[]={1,2,3};
//Both the above statement are same and valid...
Gouriproutray try to execute the the abv prog using Turbo C compiler, you will find that all the time you will get the same output......
sajishk@gmail.com is offline   Reply With Quote