I was trying to learn pointers and I wrote the following code to print the value of the pointer:#include <stdio.h> int main(void) { char *p = "abc"; ...
確定! 回上一頁