How to start c programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to start c programming

I'm a beginner & I want to learn everything

2nd May 2019, 12:32 PM
Ranjeet Singh
12 Answers
+ 17
• Deep C : very good presentation on C language — https://www.slideshare.net/olvemaudal/deep-c
2nd May 2019, 1:13 PM
Danijel Ivanović
Danijel Ivanović - avatar
2nd May 2019, 12:41 PM
Faisal
Faisal - avatar
+ 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
2nd May 2019, 9:51 PM
Logomonic Learning
Logomonic Learning - avatar
+ 2
Werg Serium my bad, it has been a while since i learnt c++ and my js knowledge was doing the talking
2nd May 2019, 10:29 PM
Logomonic Learning
Logomonic Learning - avatar
+ 1
Start by doing writting programs in C thats the only way.
2nd May 2019, 1:59 PM
Anthony Perez
+ 1
Intortuction to c Best book to start Also you watch the lynda or udemy Course
2nd May 2019, 2:17 PM
Rahman Rezaie 🇦🇫
Rahman Rezaie 🇦🇫 - avatar
+ 1
Monical there is no boole or string in c
2nd May 2019, 9:58 PM
Werg Serium
Werg Serium - avatar
+ 1
Monical there is no boole or string in c.
2nd May 2019, 9:58 PM
Werg Serium
Werg Serium - avatar
+ 1
But you can consider 1 as true and 0 as false. In case of string you just make an array of chars.
2nd May 2019, 9:59 PM
Werg Serium
Werg Serium - avatar
0
I'm a beginner and I want to learn everything about higher language
2nd May 2019, 12:34 PM
Ranjeet Singh
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.
2nd May 2019, 1:36 PM
Werg Serium
Werg Serium - avatar
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)
2nd May 2019, 10:46 PM
Werg Serium
Werg Serium - avatar