in Technology by

What is the explanation for prototype function in C?

1 Answer

0 votes
by

Prototype function is a declaration of a function with the following information to the compiler.

  • Name of the function.
  • The return type of the function.
  • Parameters list of the function.

prototype function in C

In this example Name of the function is Sum, the return type is the integer data type and it accepts two integer parameters.

Related questions

0 votes
    What is the explanation for the cyclic nature of data types in C?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    What is the explanation for the dangling pointer in C?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    In the circuit shown below, the switch is closed at t = 0, applied voltage is v (t) = 50cos (102t+π/ ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 16, 2021 in Education by JackTerrance
0 votes
    When numerous pages of wireframes are made as clickable, these wireframes can be converted as a prototype. This is termed as ... . (1)low-fidelity (2)mid-fidelity (3)high-fidelity...
asked Aug 11, 2021 in Technology by JackTerrance
0 votes
    Will you get a response when you click a prototype? (1)Yes (2)No...
asked Aug 11, 2021 in Technology by JackTerrance
0 votes
    Design fidelity is the level of functionality and details incorporated into a prototype. (1)False (2)True...
asked Aug 11, 2021 in Technology by JackTerrance
0 votes
    I am using the following function to load a PlayList of Songs from 'PlayListJSON.aspx' but somethings seems ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    A linkage of series of prototype objects is called as ________ (a) prototype stack (b) prototype chain ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    How many properties does a prototype object have? (a) 6 (b) 7 (c) 8 (d) 9 This question ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    When Prototype pattern is to be used?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    What is Prototype pattern?...
asked Nov 7, 2020 in Education by Editorial Staff
+1 vote
    What is the explanation for modular programming?...
asked Nov 8, 2020 in Technology by JackTerrance
...