You should use %p instead of %u to display pointer address. Your code will be: #include <stdio.h> int main() { int a=57; printf("The value ...
確定! 回上一頁