What is the type of this pointer in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Evaulate: 22%5 a) 2 b) 4 c) 0
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.
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is scope resolution operator in c++ with example?
What are formatting flags in ios class?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are function poinetrs? where are they used?
Define the operators that can be used with a pointer.
What is null pointer and void pointer?
Define pure virtual function?
What is split a string in c++?
how to find the maximum of 10 numbers ?