У нас вы можете посмотреть бесплатно Memory Segments in C (Dynamic Memory - Video #3) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Knowing the various segments of memory and what is stored in each is critical to knowing what you can do with various types of variables (local variables, global variables, and string literals). Also, we'll learn why so many crashes are called "seg faults"! In this video I'll walk you through: The memory segmentation strategy that C uses What global data means in C How you know what goes in each segment The permissions for each segment and what "seg fault"/"segmentation fault" really means. TIMESTAMPS 0:00 Intro 0:08 The overall picture of how mememory is laid out 0:23 How the stack and the heap are stored 1:20 Global data 2:54 The uninitialized data (BSS) segment 3:46 The initialized data segment (writeable part) 4:30 The initialized data segment (readonly part) and String literals 4:43 Why are they called "seg faults"? 5:33 The text segment ABOUT MY CHANNEL My channel is about good software engineering practices. I cover introductions to programming in C and Java. But I also have lots of software and computer engineering topics like PIC programming, advanced programming techniques, and things that distinguish good code from code that works. Check out my channel here: / @wizardcraftcode Don’t forget to subscribe! #cprogramming #segfault #segmentation