How can you link a c program with a c function?


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

Post New Answer

More C++ General Interview Questions

What are the benefits of oop in c++?

0 Answers  


What is class definition in c++ ?

0 Answers  


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 are the benefits of pointers?

0 Answers  


Is dev c++ free?

0 Answers  






What is pointer to array in c++?

0 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


What are the strengths of C++?

1 Answers  


Is c++ free?

0 Answers  


Why do we learn c++?

0 Answers  


What is c++ namespace?

0 Answers  


What is polymorphism in c++? Explain with an example?

0 Answers  


Categories