
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!
コメント
コントロール
設定
再生方法の変更
動画のデフォルトの再生方法を設定できます。埋め込みで見れるなら埋め込みで見た方が良いですよ。
現在の再生方法: 通常
コメントを取得中...
コメントを取得中...