DEV Community

Baby Steps In C Programming

Palash Bauri 👻 on August 19, 2018

C is one of most used Programming language till date. It is one of the most powerful language and mother of many modern Programming language (eg....
Collapse
 
kip13 profile image
kip • Edited

mother of many modern Programming language (eg. Python , Ruby)

I think him is refer to the main and first interpreters written in C:

Python -> CPython
Ruby -> Ruby MRI, YARV

Collapse
 
tardisgallifrey profile image
Dave

I was able to follow your instructions in the article and got the program to compile correctly on Repl.it. Thanks for that bit of info. I am always looking for a good way to practice online.

Keep going. Keep writing. Keep learning. I liked the article.

Thanks,

Collapse
 
bauripalash profile image
Palash Bauri 👻

Thank You For Pointing my faults, i learnt a lot.
Thank You.

I'll fix it but for now i think it would a good idea to unpublish it.

 
bauripalash profile image
Palash Bauri 👻

Must Read This Comment : dev.to/tux0r/comment/4o9i

I added this line in the post.

Collapse
 
ravi-prakash-singh profile image
Ravi Prakash Singh