Multiline String Literals | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

There is no limit to what can be done with C. Thanks Kevin.

fifaham
Автор

I've been busy binge watching your entire channel (well, the C stuff) since I found it ~2 days ago and I'm stunned! I've never seen anything more awesome when it comes to learn people how the C language works.

In a way, C is actually quite "simple", but still prone (due to reasons I leave for now ) to be confusing, hence difficult. The way you somehow manage to, video after video, make the confusing/difficult parts simple as well is out of this world.

I work as en embedded programmer and truth be told, some confusing C-stuff did I, after all these years, finally understand "for real" thanks to you =)

Keep up the good work!

jakobfredriksson
Автор

This video is the best ever watched of c++ multi-line string. thank you.

SaifaldeenSAH
Автор

I love C, tnx for ur awesome tutorials 💖 💖

Hugo-zfln
Автор

sir, I need your help to write a program in c for replacing vowels in the given string with another string. Ex- input = "hello world" replacing string = "CAT" output = "hCATllCAT wCATrld". How to solve this?

VKM-my
Автор

Nice, but why put spaces before each "\n"? Stylistic choice?

Shmuklidooha
Автор

What's the difference between auto variable and local variable?

bbhh