+ 2
Why not to program in "c" alone ?
Why do we need to enhance ?? just simply the way can't compete all of the task within a c code isin't poaaible?
7 ответов
+ 2
ya u can do it but writing in c language needs a day.
its very hard to weite in c .
its complex
+ 1
learning a program is also a complex job bro! then why don't we just improve our knowledge through it ?
+ 1
thank you @mike and @gabe you guys are incredible! just ahead to put up efforts to my start so was i raised question! but i guess c is structure based but that's okay! it helps to teach furthermore so i do prefer father of language may be "c"
0
different programming languages have different strengths
0
check this code
https://code.sololearn.com/c4zjdsq6B2Im/
0
C is definitely a programming language by itself. C is actually much simpler than C++. C supports implied type casting, C++ does not. Also, if your project seems too simple for full out OOP, consider using plain C. C is also good for writing lower level code, for instance, almost every modern OS kernels is actually written in C, with C++ in the application layer. Depending on your career path, you probably won't use much C, but it helps to learn