We use library functions in the program, in what form they are provided to the program?


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

Post New Answer

More C++ General Interview Questions

How can you create a virtual copy constructor?

0 Answers  


What are the two shift operators and what are their functions?

0 Answers  


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  






Can I learn c++ as my first language?

0 Answers  


Why c++ is better than c language?

0 Answers  


When are exception objects created?

0 Answers  


What is c++ stringstream?

0 Answers  


What is the use of register keyword with the variables?

0 Answers  


Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


What are virtual functions and what is its use?

1 Answers  


Categories