You want to link a c++ program to c functions. How would you do it?


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

Post New Answer

More C++ General Interview Questions

catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


What is the difference between c++ and turbo c++?

0 Answers  


What is struct c++?

0 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,


Is there a sort function in c++?

0 Answers  






what are Operators and explain with an example?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


Can a built-in function be recursive?

0 Answers  


What is a built-in function?

1 Answers  


Difference between const char* p and char const* p?

1 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


What is ostream in c++?

0 Answers  


Categories