another problem with gets is that although we can read multiword string
but we cannot read multiple strings  like with scanf,,


On Thu, Sep 8, 2011 at 10:50 PM, praveen raj <praveen0...@gmail.com> wrote:

>
> char str[MAXLINE];
> fp=fopen("ABC.txt","r");
>
> syntax:
>
> fgets(str,MAXLINE,fp);
> With regards,
>
> Praveen Raj
>
>
>  --
> 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.
>

-- 
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