单项选择题以下for语句中不是死循环的是( )。
单项选择题下列程序的运行结果为( )。#include<iostream.h>void main( ){int a=2;int b=a+1;cout << a b << endl;}