Some terms in C programming

almost forgot everything about C. Below are something I read these days piece by piece, not sure if they are all correct.

 

Prototyping

Sort of type declaration (or maybe description?) of functions in the top of the program

 

Procedure

In c, there is no procedures, this term could be referred to void type functions

 

Unoin

sort of mixed types entity. Allocate corresponding memory with the maximum size of the types in it. Can store one kind of value each time.

 

Struct

Class like data structure with out functions in it.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章