How would you call C functions from C++ and vice versa?


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

Post New Answer

More C++ General Interview Questions

What is enum class in c++?

0 Answers  


What do you mean by a template?

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  


What does it mean to declare a destructor as static?

0 Answers  


What is the main purpose of c++?

0 Answers  






What is prototype for that c string function?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


List out function which we can call without using object

1 Answers  


Do you know the problem with overriding functions?

0 Answers  


What is rtti in c++?

0 Answers  


What are containers in c++?

0 Answers  


Is there any difference between int [] a and int a [] in c++?

0 Answers  


Categories