Example: how to denote an empty string in c #include #include int main() { char empty[5] = { '\0' }; char null[5]; if( strcmp(empty, null)==0 )
確定! 回上一頁