scanf

# include <stdio.h>; int scanf( const char *format, ... );     函數 scanf() 是從標準輸入流 stdin 中讀內容的通用子程序,能夠讀入所有固有類型的數據並自動轉換成機內形式。scanf() 是 printf() 的補函數。     在 C99 中,format 用 restrict 修飾。     format 指向的控制串由
相關文章
相關標籤/搜索