What is #include c++?


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

Post New Answer

More C++ General Interview Questions

How do you save a c++ program?

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  


Can I make ios apps with c++?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  






Describe private, protected and public?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

0 Answers  


Define a constructor?

0 Answers  


What is the use of class in c++?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


What is & in c++ function?

0 Answers  


Categories