A function has different forms such as function call ,declaration, definition .in your opinion which form of function is called prototype and why?
Prototype is function declaration*.It is called prototype, because it doesn't describe how does this function work, but describes it's interface : returning type, quantity and types of arguments.
Comments
Leave a comment