printf Basics | C Programming Tutorial

  Рет қаралды 33,180

Portfolio Courses

Portfolio Courses

Күн бұрын

Пікірлер: 40
@samdavepollard
@samdavepollard 8 ай бұрын
pretty much a master class in how to make a coding tutorial no lame attempts at humour, no annoying music, no gangster impressions, just 100% meaty, informative content many thanks for sharing your knowledge
@PortfolioCourses
@PortfolioCourses 8 ай бұрын
You’re very welcome, and thank you for the positive feedback too! :-)
@CPDx-rd5sl
@CPDx-rd5sl Ай бұрын
Also huge font, black on white, no distractions, minimum copy paste..dude ain’t afraid to type.. top quality content
@TheOleHermit
@TheOleHermit 6 ай бұрын
Best 'printf' demo video I've seen. Tried for days, always failed, gave up. and fell back to using 'print' Now, I understand why it was failing and am ready to have another try. Thanks!
@PortfolioCourses
@PortfolioCourses 6 ай бұрын
You're very welcome, I'm so glad to hear it was helpful for you! :-D
@semihaturkoglu
@semihaturkoglu 11 ай бұрын
I found this channel by chance. the videos are incredibly informative, I feel very lucky
@philiptaele4894
@philiptaele4894 2 жыл бұрын
At 2:54, I just put in an extra pair of quotation marks (" \" ") and the compiler in Visual Studio appears to have accepted it. First pair of quotation marks begins the string. Second pair of quotation marks is used with the forward slash to input (") in the string. Third pair of quotation marks closes the string. At least that's how I'm seeing it. I was trying to understand pointers in a different video for Data Structures. I was so impressed with your explanation of it that I decided to watch your videos from the very beginning to perhaps sharpen and reinforce what I already know, and perhaps learn a few things that I may have missed. What's also nice is that I'm learning a whole new programming language in C which is an added bonus.
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Yes, how you're seeing it is exactly right! :-D And thanks for telling me that about the pointers video Philip, I appreciate the positive feedback and I hope you enjoy the videos. C is a really fun language to work with and learn!
@nolew
@nolew Жыл бұрын
at 10:02 you say the float gets promoted to a double. when the program is compiled does a float variable actually store 8 bytes instead of 4?
@giovannidonato-iz8xr
@giovannidonato-iz8xr 9 ай бұрын
HELLO one question please I found this line in a video PrintFormat("PrintFormat(EMPTY_VALUE) = %e",EMPTY_VALUE); and it is a value of 214283....... etc but what is it for and when to use it, thanks in advance
@archieacongdominguez1190
@archieacongdominguez1190 Жыл бұрын
Hello ,How to Compute student Average Grade base on the formula: Average Grade= (prelim+midterm+finals)/3 plz help me
@OsamaIbrahim-fw8jl
@OsamaIbrahim-fw8jl Жыл бұрын
Thank again the introduction of c is interested
@PortfolioCourses
@PortfolioCourses Жыл бұрын
You’re welcome Osama! :-)
@NNNedlog
@NNNedlog 2 жыл бұрын
Thanks a lot. This is really helpful
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
You're welcome! I'm glad to hear it is helpful to you! :-D
@didierleprince6106
@didierleprince6106 2 жыл бұрын
Always perfect 😊
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Thank you Didier! :-)
@OK-ri8eu
@OK-ri8eu 2 жыл бұрын
Thanks for the video really cleared some things for me, also what text editor are you using if you don't mind me asking?
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
In this video I'm using Visual Studio Code. In some videos I used Xcode on a Mac instead. 🙂
@timpeng1269
@timpeng1269 2 жыл бұрын
How can we output a negative number?
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Great question Tim! :-) This should work: int number = -5; printf("number: %d ", number);
@USAmerica-777
@USAmerica-777 2 жыл бұрын
Hello! have you made a video on printing data from a file into a table with precision and formatting. Your videos have helped me a lot. Thank you!
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
I'm really glad to hear the videos have helped you out! 🙂 I have not made a video on exactly that topic, but I've made videos that involve similar concepts, for example: kzbin.info/www/bejne/foKxpKWfrrKbqrs kzbin.info/www/bejne/hZLCm5xpmal5m9k kzbin.info/www/bejne/jl6UoqKaoK12ftE kzbin.info/www/bejne/qJO5pWisbbOBm5o kzbin.info/www/bejne/Z4C9fpZ5Zcqon8U (the last half of the video has an example of creating a nicely formatted table)
@mohssinesfani7930
@mohssinesfani7930 2 жыл бұрын
Thank you very much
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
You're welcome Mohssine! :-)
@BL00DisH0T
@BL00DisH0T 2 жыл бұрын
Thanks Bro, I didnt know I can make my code looks nice with this
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
You're welcome! :-D
@Wandering_in_hell
@Wandering_in_hell Жыл бұрын
❤❤
@Rare_music_world
@Rare_music_world 2 жыл бұрын
thanks sir but u forget this x = printf("hii"); i.e counting of number of successful input entered by user . By the way awesome session Love ❤❤❤ from INDIA
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Thanks Monu! :-) I think it’s scanf() that returns that, printf() will return the number of characters output.
@Rare_music_world
@Rare_music_world 2 жыл бұрын
@@PortfolioCourses i think yeah sir printf() total no of character input and scanf() total no of successfull inputs...
@Rare_music_world
@Rare_music_world 2 жыл бұрын
@@PortfolioCourses thanks for correcting me
@koblamensah5172
@koblamensah5172 2 жыл бұрын
helpful
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
I'm glad it was helpful for you Kobla! 😀
@ryanalnaser914
@ryanalnaser914 2 жыл бұрын
whatever anything before or after or anything
@Reeqo
@Reeqo 2 жыл бұрын
8:24
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Is there something at this point in the video that you have a question about? 🙂
@Reeqo
@Reeqo 2 жыл бұрын
@@PortfolioCourses sorry was using it for later lol
@PortfolioCourses
@PortfolioCourses 2 жыл бұрын
Oh haha that's cool no worries :-)
@mauroymgch339
@mauroymgch339 4 ай бұрын
seg 12 ago 2024 17:26:56 -04
scanf Basics | C Programming Tutorial
10:24
Portfolio Courses
Рет қаралды 46 М.
struct Basics | C Programming Tutorial
24:44
Portfolio Courses
Рет қаралды 157 М.
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
why do void* pointers even exist?
8:17
Low Level
Рет қаралды 399 М.
understanding ft_printf
11:23
nikito
Рет қаралды 15 М.
the cleanest feature in C that you've probably never heard of
8:13
Scanf Basics: the good, the bad, and why so many pointers?
15:07
Jacob Sorber
Рет қаралды 25 М.
Function Pointers | C Programming Tutorial
18:31
Portfolio Courses
Рет қаралды 70 М.
How I program C
2:11:32
Eskil Steenberg
Рет қаралды 794 М.
C Strings in 20 Minutes | C and C++
20:56
Caleb Curry
Рет қаралды 7 М.
Input and Output:  Printf and Scanf - C Programming Tutorial 06
17:19