Remove spaces,blanks from a string in C · #include <stdio.h> · int main() · { · char text[100], blank[100]; · int c = 0, d = 0; · printf("Enter some text\n"); ...
確定! 回上一頁