Answer:
a document organization can help because it's organized and easy to read on a document.
Answer:
double *prices=new double [256];
Explanation:
To allocate memory on heap we use new keyword.In the above statement an array name prices is declared and the memory allocated to it is on the heap memory.
First look at double * prices.It is a pointer this pointer is created on the stack memory which holds starting address of the array present on the heap memory of size 256..
If you have a iPhone say "108" to Siri it will auto make an app
Answer:
the answer should be A that's the best
Practise, my friend. Parctice.