Can we use char/float variable for indexing of array elements? For ex,
int arr[10];
arr[ j ] =3;
whether j can be of type char or float?
Thursday, February 14, 2008
Subscribe to:
Posts (Atom)
This blog is meant for sharing knowledge about Computer programming languages - C, C++, C#, Java and developing programs using these languages..