单项选择题下列叙述中,不属于软件需求规格说明书的作用的是( )。
单项选择题有以下程序: #include<stdio.h> main() int i=1,j=1,k=2; if((j++||k++)&&i++) printf( %d,%d,%d n ,i,j,k); 执行后输出结果是( )。