If the pointer p points to an integer variable x, which one of the following is equal to (*p)++ ? A、p++; B、x++; C、*(p++); D、&x++ 发布时间:2025-07-17 07:23:39