0
How to start c programming
I'm a beginner & I want to learn everything
12 Respuestas
+ 17
• Deep C : very good presentation on C language — https://www.slideshare.net/olvemaudal/deep-c
+ 8
You can start here -
https://www.sololearn.com/learn/C/2910/
+ 2
start by learning the following concepts
variables= int, double, string, float, boole
operators=comparison operators, logical operators and assignment operators
control structures=if, for, while, do, switch & break
after that then learn about:
functions
arrays
everything else
+ 2
Werg Serium my bad, it has been a while since i learnt c++ and my js knowledge was doing the talking
+ 1
Start by doing writting programs in C thats the only way.
+ 1
Intortuction to c
Best book to start
Also you watch the lynda or udemy
Course
+ 1
Monical there is no boole or string in c
+ 1
Monical there is no boole or string in c.
+ 1
But you can consider 1 as true and 0 as false. In case of string you just make an array of chars.
0
I'm a beginner and I want to learn everything about higher language
0
Ranjeet if you wanna learn everything about higher programming languages please don't start with C language. Python or ruby or java are the best option for you.
0
That's ok the problem is that there is no string on c because the language is not OOP(oriented objects programming) language, and also in c you not need a variable type that says that is true or false, you do it with 0 or 1(also values different of 0 can be considered)