Home » Technical Questions » Programming

#define clrscr() 100 main() { clrscr(); printf( "%dn", clrscr() ); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!