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

Filed under:
|
|

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

Related posts about python

Related posts about c