C Programming Questions and Answers – While Loops – 2 · #include <stdio.h> · void main() · { · char *str = ""; · do · { · printf("hello"); · } while (str);
確定! 回上一頁