Program 1: Print the reverse of a string using strrev() function · #include <stdio.h> · #include <string.h> · int main() · { · char str[40]; // declare the size of ...
確定! 回上一頁