單項選擇題若已定義int x=-16,y=-12,z;語句z=x<=y;運行后z的值為()。

A.t
B.1
C.f
D.0


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題下列()對結構類型變量定義是錯誤的。

A.struct teacher {int num; int age; } teach1;
B.struct {int num; int age; } teach1, teach2;
C.struct {int num; int age; } teacher; struct teacher teach1;
D.struct teacher {int num; int age; } ; struct teacher teach1;