Home » Technical Questions » Programming

void main() { char good *better, *best; printf( "%d..%d", sizeof(better), sizeof(best) ); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!