|
i have aproblem in this tow program if u can help me show that
my first programme
1- by using dynamic pointer make aprogramme to input
n integer data and find the smallest of them . print out the content of the array and the smallest
my second one
2- by using dynamic pointer,creat adtabase of products each product is defined by amodel ,name ,and price the programmme allow user to input n products and print the product data on the screen
wait your answer if u can
|
|
|
1st --
#include <iostream.h>
#define N 10
int main()
{
int arr[N];
for(int i=0;i<N;i++)
cin>>*(arr+i);
for(int i=0;i<N;i++)
cout<<*(arr+i)<<" ";
return 0;
}
|
|
|
if you have problem of unlocking your phone then i can share you the website that i already try and its great! here www.unlock-your-mobile.com
i can assure you that this site is absolutely good because you can get the code faster and it worked.
|
|
|
|
|
|
|
// |