This program declare myarray array of 30 integers. This array then, sent to process() function for processing. Firstly the function displays the array content horizontally using for loop. In the for loop also, the array was iterated to separate positive and negative integers. The positive intege...