Function Prototype in C++. The function prototype is the template of the function which tells the details of the function e.g(name, parameters) to the compiler.
確定! 回上一頁