Тёмный

Operators - C Programming Tutorial #3 

Подписаться
Просмотров 2,8 тыс.
% 176

Today we continue our C journey with operators.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: neuralnine
🐦 Twitter: neuralnine
🤵 LinkedIn: www.linkedin.com/company/neuralnine/
📁 GitHub: github.com/NeuralNine
🎙 Discord: discord.gg/JU4xr8U3dm
🎵 Outro Music From: www.bensound.com/

Наука

Опубликовано:

 

20 дек 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@ethan7930
@ethan7930 2 года назад
Keep these videos coming!! They are great.
@baran6186
@baran6186 2 года назад
Thank you for the tutorial. I appreciate it.
@aayushpatil7514
@aayushpatil7514 2 года назад
Thank you for the tutorial.
@ThaEzioAuditore
@ThaEzioAuditore 2 года назад
brilliant stuff as always ! thanks for giving C the love it deserves
@davidsulaberidze5978
@davidsulaberidze5978 2 года назад
Thank you very much, good tutorial series.
@guilherme5094
@guilherme5094 2 года назад
Thanks!
@dineshsoni6708
@dineshsoni6708 2 года назад
Perfect
@prodigyprogrammer3187
@prodigyprogrammer3187 2 года назад
thanks hope you will make intermediate and advanced
@2020mohamed
@2020mohamed 2 года назад
Awsom
@fasttrekker4039
@fasttrekker4039 2 года назад
what application do u use
@benjamindreyer9884
@benjamindreyer9884 2 года назад
he uses neovim on WSL (windows subsystem for linux)
@codewithsmoil4098
@codewithsmoil4098 2 года назад
How to make speed typing test in C ??
@ItsCOMMANDer_
@ItsCOMMANDer_ 6 месяцев назад
I think he simplest way is getting system time, prompting the user to type a string in form of an input via gets, getc loop or scanf and get the time again, get the defference and calculate speed vased on lenght of the string. (amount of typed characters/time in seconds = characters per seconds)
@codewithsmoil4098
@codewithsmoil4098 6 месяцев назад
@@ItsCOMMANDer_ yeah i see, I have already made btw on my channel