Answers for "buffer overflow in c"

0

buffer overflow in c

use fflush()
write a function like this: void clear (void) { while ( getchar() != '\n' ); }
Posted by: Guest on August-09-2021

Browse Popular Code Answers by Language