Beej's guide to C programming, chapter 7: Strings

Описание к видео Beej's guide to C programming, chapter 7: Strings

Useful source + links for video sources
  / strings-in-c  
https://stackoverflow.com/questions/1...

macOS video version
   • How pointer strings are immutable in C?  

BEEJ book
https://beej.us/guide/bgc/pdf/bgc_usl...

👨🏻‍🏫 Udemy course for total beginners, pre_knowledge before C (Overflow, 2’s complement, BASH, VIM…) - https://www.udemy.com/course/oceano_0...

Notion page with ~endless free good sources
https://suspectedoceano.notion.site/P...

Timeline
00:00:00 Intro
00:02:00 is char *s = "str" equal to char a[] = "str" ???
00:05:42 Initialization of a char array under the hood

Комментарии

Информация по комментариям в разработке