what are prototypes

Answers were Sorted based on User's Feedback



what are prototypes..

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

what are prototypes..

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

what are prototypes..

Answer / nisha

they are declaration which is useful for compiler in
compiling

Is This Answer Correct ?    1 Yes 0 No

what are prototypes..

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

Post New Answer

More C++ General Interview Questions

How can a called function determine the number of arguments that have been passed to it?

0 Answers  


what is data encapsulation in C++?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


Name four predefined macros.

0 Answers  


Explain how we implement exception handling in c++?

0 Answers  






Can you write a function similar to printf()?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  


What information can an exception contain?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


Define friend function.

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


Categories