C Program To Reverse a String using Stack · #include <stdio.h> · #include <string.h> · #define max 100 · int top,stack[max]; · void push(char x){ ...
確定! 回上一頁