what are prototypes
Answers were Sorted based on User's Feedback
Answer / pallavii
Prototyping describes the function interface to the compiler
by giving the details such as the number and the arguments
and the type return value.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / divya
prototype statement helps the compiler to check the return
and argument types of the function means it tells the
compiler 1.the name of the function
2.the type of value returned
3.the type and number of arguments
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / nisha
they are declaration which is useful for compiler in
compiling
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / j.vaishnavi
Prototyping involves the production of functionally useful
and trustworthy systems through experimentation with
evolving systems. Generally, this experimentation is
conducted with much user involvement in the evaluation of
the prototype. basic functions usually used in system.it
has implementing in encryption decryption models.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is c++ considered difficult?
How is computer programming useful in real life?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is switch case in c++ syntax?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the disadvantage of using a macro?
Is java based off c++?
What is the difference between structure and class?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
What are the advantages of early binding?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is time_t c++?