Difference b/w .c and .h

Just searched some pages on google, I conclude following tips:

1..h files only contain declarations, .c contain definitions. In other words, .h don't use memory but .c use.

2..h is interpreted during pompilation time.

3..h is like interface , it only servers definition rather than execution.

posted @ 2013-10-27 00:50  丸子No1  阅读(146)  评论(0编辑  收藏  举报