How to read unlimited characters in c
Posted
by prithviraj
on Stack Overflow
See other posts from Stack Overflow
or by prithviraj
Published on 2010-03-24T05:03:22Z
Indexed on
2010/03/24
5:13 UTC
Read the original article
Hit count: 204
Filed under:
c
Hi all, how to read unlimited characters in to a char* variable without specifying the size. For ex: I want to read the address of an employee it may take multilines also. Thanks in advance.
© Stack Overflow or respective owner