Is there a function in C do the same like raw_input in Python and ... ???
Posted
by Rami Jarrar
on Stack Overflow
See other posts from Stack Overflow
or by Rami Jarrar
Published on 2010-03-23T01:03:14Z
Indexed on
2010/03/23
1:11 UTC
Read the original article
Hit count: 345
Hi, i wonder if there are a C function that do same like raw_input function in Python ??
#in Python::
x = raw_input("Message Here:")
or how i could make one like that in C ?? :)
© Stack Overflow or respective owner