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
How to create a pure virtual function?
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
Explain the benefits of proper inheritance.
How to get the current position of the file pointer?
What is a static element?
what is the C++
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the purpose of ios::basefield in the following statement?
When do we run a shell in the unix system? How will you tell which shell you are running?
what is data encapsulation in C++?
What is the basic difference between C and C++?
Do you know what are pure virtual functions?