Skip to content

Why does this thing work? #344

Description

@jm5257

#include<stdio.h>
int main(void) {
int n=5,i;
int a[n]={1,2,3,4,5};
for(i=0;i<5;i++){
printf("%d ",a[i]);
}

return 0;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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