How to write while((c=getchar())!= '<')
Posted
by Aidan
on Stack Overflow
See other posts from Stack Overflow
or by Aidan
Published on 2010-06-16T00:59:09Z
Indexed on
2010/06/16
1:02 UTC
Read the original article
Hit count: 197
Filed under:
c
Hey guys,
When I write while((c=getchar())!= '<') I get a.. "warning: comparison between pointer and integer error." how would I write this correctly?
Thanks.
© Stack Overflow or respective owner