正在加载图片...
●eg:# include< stdio. h> void maino int salary; salary=10000 printf(My salary is %d?", salary) 在程序中可以有任意多个变量。 ●变量的值并不固定,根据程序中的指令可以被多 次改变。 2021/2/242021/2/24 ⚫ eg:#include <stdio.h> void main() { int salary; salary=10000; printf(“My salary is %d” , salary); } ⚫ 在程序中可以有任意多个变量。 ⚫ 变量的值并不固定,根据程序中的指令可以被多 次改变
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有