April 2014
Intermediate to advanced
576 pages
14h 45m
English
Chapter Contents

Risk Assessment Summary

Every object has a storage duration that determines its lifetime: static, thread, automatic, or allocated.
According to the C Standard, 6.2.4, paragraph 2 [ISO/IEC 9899:2011]:
The lifetime of an object is the portion of program execution during which storage is guaranteed to be reserved for it. An ...
Read now
Unlock full access