1.函数没有原型
2.giveout()函数没有返回值.
3.作为局部变量的数组a中各元素的初始值不能保证不是0,
4.注意p值++后的变化.
5 注意主函数main函数的写法. int main(void)
{
.........
return 0;
}