program that add, subtract and multiply two arrays

Upload: muhammad-rana-farhan

Post on 30-May-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/14/2019 Program That Add, Subtract and Multiply Two Arrays

    1/1

    Program that Add, Subtract and Multiply two Arrays============================================#include

    #include void main()

    {clrscr();

    int

    array1[10]={9,8,7,6,5,4,3,2,1,0},array2[10]={0,1,2,3,4,5,6,7,8,9},sum[10],prod[10],sub[10];for (int i=0;i