#include <stdio.h> #include <string.h> int main() { char Name[]="SARAVAN"; strlwr(Name); printf("%s\n",Name); return 0; }. Categories C ...
確定! 回上一頁