Can I create my own functions in c++?


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

Post New Answer

More C++ General Interview Questions

Explain polymorphism?

0 Answers  


What is the difference between structure and class?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


How Virtual functions call up is maintained?

2 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


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,


How can you link a c++ program to c functions?

0 Answers  


Why use of template is better than a base class?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


Categories