The format specifier "%[^\n]" tells to the compiler that read the characters until "\n" is not found. Consider the program. #include <stdio.h> int main ...
確定! 回上一頁