C program to print string using pointer – In this program you will learn how ... #include <stdio.h> int main() { char str[100]; char *ptr; printf("Enter a ...
確定! 回上一頁