Why it is showing an error at line number 5
1. void main()
2. {
3. clrscr();
4. int i,max=5;
5. float arr[max];
6. for(i=0;i<max;i++)
7. scanf("%f",&arr[i]);
8. getch();
9. }
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.
