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 is the difference between global variables and static varables?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


Which programming language's unsatisfactory performance led to the discovery of c++?

0 Answers  


Copy Linked List using recursive function?

2 Answers   Persistent,


Write about the stack unwinding?

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


What is implicit pointer in c++?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is a manipulative person?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


Should the member functions which are made public in the base class be hidden?

0 Answers  


How to create a reference variable in C++

1 Answers  


Categories