C Programming Tutorial 9 - C Basics Part 1 - Variables, Expressions, Statements

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

You really broke that down to a level that I can understand. Thanks man

burpeeslurpy
Автор

Dude you ROCK!! Thank you so much for breaking down in these baby steps. God Bless you!

kayp
Автор

Can we just acknowledge how hard Caleb works on these videos? Its iNcRedIbLE! In the being of the video it was 6pm, and the end it was 8pm. It took TWO WHOLE HOURS for him to make a seven minute one. If thats not dedication, I don't know what it is.

herowarner
Автор

Caleb might have talked about variables in this tutorial, but there is one thing that isn't variable: the high quality of his videos. On the contrary, it seems constant.

Thanks again for making and sharing these things!

PunmasterSTP
Автор

Caleb, excellent knowledge extending to your viewers. We thank-you. Truly.

liluna
Автор

I love the giggles btw! Keep being you

kayp
Автор

caleb you are notes are good .Iam getting to know every detail about linux commands .Really it helped me a lot.

srajesh
Автор

I don't know that much about programming but damn, this guy seems pretty good.

googlegoogle-ucge
Автор

Thank you Caleb for your tutorials. I thought you only had tutorials on SQL, but glad to see other tutorials. Very intelligent young man. 0:18 And of course I can remember the structure layout in my head, every programmer should.

johnson
Автор

there are two types of programmers :
1. int main(){
}

2. int main()
{
}

: )

codingmaster
Автор

i love your tutorials during quarantine

caleblr
Автор

You should use -Wall -Wextra -Wpedantic when you compile C code with GCC. It generates more warnings which can help you eliminating bugs.

happygimp
Автор

Reaaaaly good and understandable thank you. You are the best

stratixfinance
Автор

Marvelous vid, left a like and a sub =D

fatyeet
Автор

Which software u are using to execute c programs

Varshini-gkif
Автор

When he declared the x value, why did he write it as int x; x=10 but then when he declared y he skips the first semicolon? Does that make a difference at all? Could he have just written int x =10; ?

joaocorona
Автор

What is the different between "arguments" and "expressions"?

Headcator
Автор

Are notes for this course still available? The link is not working anymore.

IznaNAhmad
Автор

I can't get past the <stdio.h> as my system is saying that "No such file or directory compilation terminated."

CosmosKnight
Автор

What was the point of the previous unix linux videos?

carlitodidthat