Array

Post on 07-Oct-2015

221 views 0 download

description

Array

Transcript of Array

  • C:\TC\BIN\ARRAY.CPP 21 February 2014 12:41

    //program to store marks of student in an array

    #include#includevoid main(){clrscr();

    int size,a[100] ;

    cout