Do these:
- declare ex1 as pointer to char
- declare ex2 as pointer to pointer to char
- declare ex3 as array 10 of pointer to char
- declare ex4 as pointer to array 30 of char
- declare ex5 as array 10 of pointer to array 500 of char
- declare ex6 as const pointer to int
- declare ex7 as pointer to const int.
- write a function that takes a pointer to char named pc, and returns it
- write a function that takes a pointer to int named pi, and returns it as a pointer to float
- write a function that takes a pointer to int named pi, and verifies if the value pointed
to by pi is odd or even, and displays a message saying which one it is - implement a dispatch table of three functions which print “Catfish”, “chrisname” and
“devonrevenge” and let the user choose which one to run by entering 1, 2 or 3
câu số 8 có nghĩa là gì vậy ạ? mong mọi người giúp em ạ