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

What is class invariant in c++?

0 Answers  


Why is standard template library used?

0 Answers  


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Describe the advantage of an external iterator.

0 Answers  






What is an object in c++?

0 Answers  


What's the "software peter principle”?

0 Answers  


What is the main function c++?

0 Answers  


Define virtual constructor.

0 Answers  


In a function declaration what does extern means?

0 Answers   Flextronics,


What is the advantage of an external iterator.

0 Answers  


Why was c++ made?

0 Answers  


Categories