+ 9

What can i do with C language?

I want to know what could I make with C language.

13th Jan 2019, 11:14 AM
Bono
Bono - avatar
3 odpowiedzi
+ 8
Well, you could in theory make anything that a computer could possibly do. You could make a basic calculator program, or a fully fledged AAA video game; obviously one of those would be easier than the other. The C programming language is what's known as "Turing Complete" meaning given an infinite amount of time and an infinite amount of resources, it can in theory compute anything that is computable. If your new to programming, C might not be the simplest language to start with; however, it is a powerful and efficient language that is very popular so it's not the worst choice to start with. My general recommendation for beginners is the programming language Python due to its relative simplicity, although others may disagree as to whether it is a good choice regardless of its potential ease of learning. Python is, however, also Turing Complete and is a very popular language, so you wouldn't be going to far wrong with it.
13th Jan 2019, 11:26 AM
Narik
+ 5
There are two key concepts in programming that are important. One is paramater passing and pointers. C can help you deepen, not only your understanding but more importantly skills on taking advantage of this. You'll definitely improve in the use of CONSTRUCTS & DATASTRUCTS...
13th Jan 2019, 11:28 PM
Da2
Da2 - avatar
+ 1
Great I was wondering the same thing
21st Jan 2019, 6:53 PM
Robin R.
Robin R. - avatar