Skip to content

Error on page 56, missing 'aName' variable leading to "Hi, (null)" output  #2

@chikega

Description

@chikega

I didn't see this mentioned in the Errata section:
Chapter 2, page 56, hello6.c , line 27
presently reads:

printf( "%s" );

should read:

printf( "%s", aName );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions