-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
c-primerBasic C programming languageBasic C programming languagedocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Milestone
Description
This session should have the following:
- Program memory types (heap, stack, .bss, .data,..etc).
- [ ] Allocating/De-allocating a pointer (Dynamic memory allocation).
- [ ] Visual diagram describing memory manipulation using the standardmalloc,realloc,callocandfreestandard methods. - Pass by reference V.S. Pass by value in function parameters.
- Operations on pointers.
- Operations on pointers V.S. Accessing Arrays members.
- Types of pointers (Generic, Ageneric).
- Pointer of a function.
- Pointer of Pointers.
- Code Examples and tasks.
Metadata
Metadata
Assignees
Labels
c-primerBasic C programming languageBasic C programming languagedocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo