JavaScript and C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

JavaScript and C?

Can i do same thing with C and javaScript?

15th Jan 2018, 10:02 AM
Kunal Kumar
Kunal Kumar - avatar
2 Answers
+ 1
I don't think so because the inbuilt function are different from js to c
15th Jan 2018, 10:22 AM
NAGANDLA.LEELA PAVAN KUMAR
NAGANDLA.LEELA PAVAN KUMAR - avatar
+ 1
A part of their language is actually similar and offers the same functionlity, but C is waaaaay more low level and it allows for direct bit manipulation and other low level stuff which javascript can't do So generally speaking C has more things that can do but I wouldn't recommend using it unless it's vital
15th Jan 2018, 11:29 AM
spcan
spcan - avatar