#include <stdio.h>. //Declare the maximun chars that string can have up to 127 characters only. enum {max_string =127};. //Initialize the string to null.
確定! 回上一頁