This noncompliant code example can fail because a by-value copy of stdout is being used in the call to fputs() : #include <stdio.h> int main(void) { FILE ...
確定! 回上一頁