第一周測驗題
測驗 1
先閱讀教材 a pointer to a pointer 了解指標的指標是什麼?
#include <stdio.h>
int main() {
int val = 10;
int *pointer_1 = &val;
int **pointer_2 = &pointer_1;
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up