True but ill keep typing so it meets twenty charecters
Answer:
Grid Computing
Explanation:
Grid computing is a processor architecture that combines computer resources from various domains to reach a main objective. In grid computing, the computers on the network can work on a task together, thus functioning as a supercomputer.
Cheers
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..
Answer:
A. Personal blogs
Explanation:
I did the quick check, and there you go...it's A.