Pointers store address of variables or a memory location. // General syntax datatype *var_name; // An example pointer "ptr" that holds ...
確定! 回上一頁