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 |
Explain how to initialize a const member data.
Can a new be used in place of old mallocq? If yes, why?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What are the differences between a struct and a class in C++?
What is cout flush?
Comment on local and global scope of a variable.
Enter n no. of element and delete value from desire position
What do you understand by a pure virtual member function?
How do you sort a sort function in c++ to sort in descending order?
What is pointer to array in c++?
What problem does the namespace feature solve?
Do class declarations end with a semicolon?