给出下述源程序的运行结果。#include iostreamhstruct abcint a b;p;int x = 67 y = 89;void main abc a = 20 x 30 y; p = a; cout p-b endl; cout pa endl;第 3 页 共 4 页 cout ++p-a endl; cout ++pa endl;
运行结果为:
6 20 30 31
原文地址: http://www.cveoy.top/t/topic/fffB 著作权归作者所有。请勿转载和采集!