二年級上冊乘法應用題練習
1. typedef int (*func_p)(int)
func_p p
p代表什么意思?
2.int(*a[10])(int) a代表什么意思??
3.char str[]="GE";
char *str2 = str;
sizeof(str)=? sizeof(str2)=?
4.有關malloc的程序判斷,具體的給忘了,就是看一下字符串空間的分配。
5.關鍵字volatile的含義,在程序設計過程中的應用?
6.const int *p1;
int const *p2;
int *const p3;
7.int a = -1;
unsigned int b = 2;
那么a+b>a?為什么?a+b>b?為什么?
【二年級上冊乘法應用題練習】相關文章:
2023二年級上冊乘法應用題04-09
二年級上冊7的乘法口訣練習教案范文04-09
二年級上冊數學乘法表同步練習題02-08
小升初應用題練習05-13
二年級數學上冊蘇教版應用題練習140道10-31
6的乘法口訣練習教案04-11
關于小升初應用題練習04-08
小升初數學應用題練習04-11
小升初應用題練習歸納03-12
- 相關推薦