මට මේ ප්රශ්න ටිකට පොඩි සප් එකක් දෙන්න මචංලා..
i. Write a C++ program to accept five integer values from the keyboard. The five values should be stored in an array using a pointer and display the elements of the array on the screen.
ii. Modify the solution of problem i, in order to display the elements of the array in reverse order using a pointer.
iii. Write a function that receives two numbers as an argument and display all prime numbers between these two numbers. Call this function from main( ) using pointers.
මෙතනදි arrays එක්ක pointers භාවිත වෙනවා
ගොඩක් programming කරන අයට මේකට ලැබෙන පිලිතුරු වැදගත් වේවි මම හිතන්නේ 
i. Write a C++ program to accept five integer values from the keyboard. The five values should be stored in an array using a pointer and display the elements of the array on the screen.
ii. Modify the solution of problem i, in order to display the elements of the array in reverse order using a pointer.
iii. Write a function that receives two numbers as an argument and display all prime numbers between these two numbers. Call this function from main( ) using pointers.
මෙතනදි arrays එක්ක pointers භාවිත වෙනවා
ගොඩක් programming කරන අයට මේකට ලැබෙන පිලිතුරු වැදගත් වේවි මම හිතන්නේ 