To declare a pointer variable in C, we use the asterisk (*) symbol before the variable's name. struct structure_name *ptr;.
確定! 回上一頁