Couldn't find any error.

On Fri, Aug 5, 2011 at 5:38 PM, Vijay Khandar <vijaykhand...@gmail.com>wrote:

> What errors are you likely to get when you run the following program?
>
> #include<stdio.h>
> #include<conio.h>
> #include<string.h>
> void main()
> {
> clrscr();
> struct emp
> {
> char name[20];
> float sal;
> };
> struct emp e[10];
> int i;
> for(i=0;i<=3;i++)
> scanf("%s %f",e[i].name,&e[i].sal);
> getch();
> }
>
> Plz Explain anyone.....................
>
> Vijay......
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
Nikhil Gupta
Senior Co-ordinator, Publicity
CSI, NSIT Students' Branch
NSIT, New Delhi, India

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to