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

Explain the register storage classes in c++.

0 Answers  


What is oop in c++?

0 Answers  


explain the reference variable in c++?

0 Answers  


What is the best c++ compiler?

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


Is c++ fully object oriented?

0 Answers  


What is a map in c++?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


Explain the term memory alignment?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


Categories