题目详情
单选题 能正确定义整型变量a和b,并为它们赋初值5的语句是( )
A. a=b=5
B. int a=5,b=5
C. int a=b=5
D. int a,b=5
学科:C语言程序设计
时间:2023-11-05 21:56:00
相关题目
相关作业