C Programming Tutorial 10 - C Basics Part 2 - Print Variables Using Printf

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


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

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

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

Damn you're right, some tutorials are just crap out there, someone just typing and not explaining a thing, thumbs up dude!

Mano
Автор

3:46 bro it just said: request for member 'y' in something not a structure or union
printf("%i\n". y);
^
it doesnt like the period??

edit: fixed

Gibbits.
Автор

Dude, you´re great. Thank you so much for your lessons!

MaryA-wl
Автор

Printf? More like Printf-antastic! Thinks again so much for making and sharing this wonderful tutorial series.

PunmasterSTP
Автор

Your videos are so easy to understand and follow. I have subscribed to learn more from you

NNNedlog
Автор

I have a question, I thought that when you print an int you wrote %d and not %i

bigpapichulo
Автор

Thank you, this helped me print a variable with printf; can't be done with "puts"; I spent months trying everything.

Tadju
Автор

Thank you, you are an excellent teacher!

helicopter-xjqr
Автор

Good tutorial mate, clear and simple.

Seako
Автор

Thanks so much! Your explanations are so understandable! Wow! I'm just confused a little bit. So, when you typed %I and then there is a int y for a magic number, why the compiler does not mix numbers when you wrote X for the second line? What if you would write X first and then Y in the code? Would the code show the magic number X and the value of X is Y?

bobbybob
Автор

Guys i am stuck with doubt tha how do printf("%d", 5.00); prints 0
and how would we determine that what all other float values will give if printed using %d.
Plz help 🙏

shreyaverma
Автор

Your milage may vary, but:
gcc subscribe.c -o subscribe
[return key]
./subscribe
Now you have a file name that actually makes since and is easy to recall.

TattooedSquid
Автор

for compiling just do gcc [name] & ./a.out

codingmaster
Автор

Im getting all types of errors and im following exactly what youve been doing

carlitodidthat
Автор

Does it matter if during "printf("The value of x is: %i\nThe value of y is: %i\n", x, y);" step that i capitalize X or Y. Like when he says 4.33 that "the value of "y" is gonna be imputed with %i". How does the program know this since its written in the Argument part of printf.

h.k
Автор

idk about u but putting an integer directly inside the double quotes of the printf statement without using the %i and stuffs will still print it in windows that

komradwide
Автор

Am asking for examples where C coding can be applied?

yamikaninyirenda
Автор

How to addach output
printout sadti

Parienglishclasses
Автор

Okay so don’t forget to do subscribe.c not just subscribe

JaylonBrooke
Автор

anyone else put 3005 instead of 9001? lol Gambino fan ova here

maiamaiapapaya