Loading...
アイコン

Portfolio Courses

チャンネル登録者数 27.8万人

24万 回視聴 ・ 7229いいね ・ 2022/06/11

String In Char Array VS. Pointer To String Literal | C Programming Tutorial

The difference between a string stored in a char array vs. a pointer to a string literal in C. In other words the difference between: char s[] = "string" vs. char *s = "string". Importantly, we discuss why we can't modify the string in the case of a pointer to a string literal. Source code: github.com/portfoliocourses/c-example-code/blob/ma…. Check out www.portfoliocourses.com/ to build a portfolio that will impress employers!

コメント

コメントを取得中...

コントロール
設定