Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lecture-six: Pointers in C #12

Open
8 tasks
pavly-gerges opened this issue Dec 15, 2022 · 0 comments
Open
8 tasks

Lecture-six: Pointers in C #12

pavly-gerges opened this issue Dec 15, 2022 · 0 comments
Assignees
Labels
c-primer Basic C programming language documentation Improvements or additions to documentation good first issue Good for newcomers
Milestone

Comments

@pavly-gerges
Copy link
Contributor

pavly-gerges commented Dec 15, 2022

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.
@pavly-gerges pavly-gerges added documentation Improvements or additions to documentation good first issue Good for newcomers c-primer Basic C programming language labels Dec 15, 2022
@pavly-gerges pavly-gerges added this to the C-Primer milestone Dec 15, 2022
@pavly-gerges pavly-gerges self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-primer Basic C programming language documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant