Tag: technology
Questions Related to technology
int ThatsMyFunction() { return 5; } void main() { printf("%u",ThatsMyFunction); }
void main() { int i; char *item; for(i=0;i<512;i++,item++) printf("%c",item); }
int ThatsMyFunction() { return 5; } void main() { printf("%u",ThatsMyFunction); }
void main() { int i; char *item; for(i=0;i<512;i++,item++) printf("%c",item); }