Another safer alternative to gets() is fgets() function which reads a specified number of characters. For example: #include <stdio.h> int main() ...
確定! 回上一頁