Is there any command line interactive shell for C just like in Python ?
Actually, I’d like to make one if its not done, at least if a stable one is still not present.
I’m good at C and basics of python..
What all things I should be knowing to really do this kind of project ?
Yes, you can use c-repl.
There is some SO discussion on the package in this question.
The project might be old; there have been no checkins to its github master branch since October, 2009.
UPDATE – I found this SO question which has better answers: Is it possible to build a interactive C shell?