摘要:
Remeber: 1 Assignment: you can assign an address to a pionter. Do not dereference an uninitialized pointer..for example, int *pt; *pt = 5.(correct : i 阅读全文
posted @ 2017-03-19 21:29
Micheal_you
阅读(173)
评论(0)
推荐(0)
摘要:
Remeber : 1 C now has a function-prototyping mechanism that checks whether a function call has the correct number and correct kind of arguments . 2 th 阅读全文
posted @ 2017-03-19 18:59
Micheal_you
阅读(140)
评论(0)
推荐(0)
摘要:
int function1(int x); int function2(int *ptr); Remeber: 1 Use the first form if the function needs a value for some calculation or action; 2 Use the s 阅读全文
posted @ 2017-03-19 15:30
Micheal_you
阅读(98)
评论(0)
推荐(0)
摘要:
The #define statement can be used for character and string constants,too . The following example are valid: 阅读全文
posted @ 2017-03-19 12:31
Micheal_you
阅读(110)
评论(0)
推荐(0)

浙公网安备 33010602011771号