int ThatsMyFunction() { return 5; } void main() { printf("%u",ThatsMyFunction); }
Compilation Error
Some Unknown Random Number
5
I Dont Know