What is prototype in c++ with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the use of 'using' declaration in c++?

0 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


What do you mean by funtion prototype?

0 Answers  


Is sorted c++?

0 Answers  


What are c++ manipulators?

0 Answers  


How can I improve my c++ skills?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


Difference between an inspector and a mutator

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What is a terminating character in c++?

0 Answers  


Categories