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

Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


Explain the register storage classes in c++.

0 Answers  


Why c++ is called oop?

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


What compiler was used?

6 Answers   Intel,






Explain Text Manipulation Routines?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


What are vtable and vptr?

0 Answers  


How do you link a C++ program to C functions?

4 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


What is the extension of c++?

0 Answers  


What is pointer to member?

0 Answers  


Categories