Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Pointer Handling Issue #10

@jkwoods

Description

@jkwoods

A lot of pointer things work ... not sure why this one doesn't.

int bar() {
   int  var[] = {10, 100, 200};
   int *ptr[3];
 
   for (int i = 0; i < 3; i++) {
      ptr[i] = &var[i];
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions