How can you link a c++ program to c functions?


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

Post New Answer

More C++ General Interview Questions

A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


What is the fastest c++ compiler?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


Can we run c program in turbo c++?

0 Answers  


What are c++ data types?

0 Answers  






Disadvantages of c++

8 Answers   HCL,


How does the copy constructor differ from the assignment operator (=)?

0 Answers  


Which coding certification is best?

0 Answers  


Will rust take over c++?

0 Answers  


Explain one method to process an entire string as one unit?

0 Answers  


Is c++ slower than c?

0 Answers  


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


Categories