Skip to content

Lecture-six: Pointers in C #12

@pavly-gerges

Description

@pavly-gerges

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 standard malloc, realloc, calloc and free standard 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 languagedocumentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions