Skip to content

impossibility to use pointers or anything that needs the adress of a variable in c #52

@Etozinhachan

Description

@Etozinhachan

its impossible to do so cause if we use the & character it just doesnt work and it ends the code at that points ( probably because after the & after the code is expecting the language ), so, its basicly impossible to do anything in C, am i just being dumb or is it really a bug?

(( without the scanf(\"%i\", &ia); part and the input=10 part the code works but i really need the input part for what im doing ))

"code=#include<stdio.h>\nint main(){\nprintf("meow");\nint ia = 0;\nscanf("%i", &ia);\n printf("%i", ia);\n\n}\n&language=c&input=10"

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions