Why do we need pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is diamond problem in c++?
What is pointer with example?
What is the c++ code?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
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.
What is the difference between a pointer and a link in c ++?
What are the various arithmetic operators in c++?
Is map sorted c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What do you mean by vtable and vptr in c++?
Explain the virtual inheritance in c++.
How many characters are recognized by ANSI C++?