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
@PortfolioCourses8 ай бұрын
You’re very welcome, and thank you for the positive feedback too! :-)
@CPDx-rd5slАй бұрын
Also huge font, black on white, no distractions, minimum copy paste..dude ain’t afraid to type.. top quality content
@TheOleHermit6 ай бұрын
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!
@PortfolioCourses6 ай бұрын
You're very welcome, I'm so glad to hear it was helpful for you! :-D
@semihaturkoglu11 ай бұрын
I found this channel by chance. the videos are incredibly informative, I feel very lucky
@philiptaele48942 жыл бұрын
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.
@PortfolioCourses2 жыл бұрын
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 Жыл бұрын
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-iz8xr9 ай бұрын
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 Жыл бұрын
Hello ,How to Compute student Average Grade base on the formula: Average Grade= (prelim+midterm+finals)/3 plz help me
@OsamaIbrahim-fw8jl Жыл бұрын
Thank again the introduction of c is interested
@PortfolioCourses Жыл бұрын
You’re welcome Osama! :-)
@NNNedlog2 жыл бұрын
Thanks a lot. This is really helpful
@PortfolioCourses2 жыл бұрын
You're welcome! I'm glad to hear it is helpful to you! :-D
@didierleprince61062 жыл бұрын
Always perfect 😊
@PortfolioCourses2 жыл бұрын
Thank you Didier! :-)
@OK-ri8eu2 жыл бұрын
Thanks for the video really cleared some things for me, also what text editor are you using if you don't mind me asking?
@PortfolioCourses2 жыл бұрын
In this video I'm using Visual Studio Code. In some videos I used Xcode on a Mac instead. 🙂
@timpeng12692 жыл бұрын
How can we output a negative number?
@PortfolioCourses2 жыл бұрын
Great question Tim! :-) This should work: int number = -5; printf("number: %d ", number);
@USAmerica-7772 жыл бұрын
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!
@PortfolioCourses2 жыл бұрын
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)
@mohssinesfani79302 жыл бұрын
Thank you very much
@PortfolioCourses2 жыл бұрын
You're welcome Mohssine! :-)
@BL00DisH0T2 жыл бұрын
Thanks Bro, I didnt know I can make my code looks nice with this
@PortfolioCourses2 жыл бұрын
You're welcome! :-D
@Wandering_in_hell Жыл бұрын
❤❤
@Rare_music_world2 жыл бұрын
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
@PortfolioCourses2 жыл бұрын
Thanks Monu! :-) I think it’s scanf() that returns that, printf() will return the number of characters output.
@Rare_music_world2 жыл бұрын
@@PortfolioCourses i think yeah sir printf() total no of character input and scanf() total no of successfull inputs...
@Rare_music_world2 жыл бұрын
@@PortfolioCourses thanks for correcting me
@koblamensah51722 жыл бұрын
helpful
@PortfolioCourses2 жыл бұрын
I'm glad it was helpful for you Kobla! 😀
@ryanalnaser9142 жыл бұрын
whatever anything before or after or anything
@Reeqo2 жыл бұрын
8:24
@PortfolioCourses2 жыл бұрын
Is there something at this point in the video that you have a question about? 🙂
@Reeqo2 жыл бұрын
@@PortfolioCourses sorry was using it for later lol