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 register storage specifier.
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
What is the most powerful coding language?
Can we use this pointer inside static member function?
What is a set in c++?
What are the steps in the development cycle?
Is recursion allowed in inline functions?
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
how to access grid view row?
check whether a no is prime or not.
What is Destructor in C++?
What is the oldest programming language?