In Memory

note /search

Variables in memory - overview

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 525

Variables in memory • Each variable is stored somewhere in the memory • The address of a variable...

Passing values to functions

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 532

a pointer to it - the function will modify this place in memory - the caller must provide the address of the...

Unions - overview

  • Politechnika Śląska
  • Fundamentals of Computer Programming
Pobrań: 0
Wyświetleń: 784

to save memory • The compiler takes care about alignment of objects in memory • Syntax: similar...