Directories ¶
Path | Synopsis |
---|---|
Sample program to show the basic concept of pass by value.
|
Sample program to show the basic concept of pass by value. |
Sample program to show the basic concept of using a pointer to share data.
|
Sample program to show the basic concept of using a pointer to share data. |
Sample program to show the basic concept of using a pointer to share data.
|
Sample program to show the basic concept of using a pointer to share data. |
Sample program to show variables stay on or escape from the stack.
|
Sample program to show variables stay on or escape from the stack. |
Sample program to show how stacks grow/change.
|
Sample program to show how stacks grow/change. |
exercises
|
|
exercise1
Declare and initialize a variable of type int with the value of 20.
|
Declare and initialize a variable of type int with the value of 20. |
exercise2
Declare a struct type and create a value of this type.
|
Declare a struct type and create a value of this type. |
template1
Declare and initialize a variable of type int with the value of 20.
|
Declare and initialize a variable of type int with the value of 20. |
template2
Declare a struct type and create a value of this type.
|
Declare a struct type and create a value of this type. |
Click to show internal directories.
Click to hide internal directories.