What are the differences between the function prototype and the function defi-nition?
Answer / Sanjay Sharma
A function prototype declares the function's name, return type, parameters (if any), and argument types. It is declared before the function definition in the code. The function definition provides the implementation of the function, including the function body and logic. It should follow the prototype.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is encapsulation in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Is there a sort function in c++?
Explain explicit container.
How can you create a virtual copy constructor?
What do you mean by delegate? Can a user retain delegates?
What are advantages and disadvantages of Design patterns?
what is static function
What is the oldest programming language?
Can java be faster than c++?
What are multiple inheritances (virtual inheritance)?
Write a Program for find and replace a character in a string.