Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Search Engine

program Arrays
   integer :: B(3),C(3)
   character :: D(5)
   integer :: E(3,3)
   data A/1/B/1,2,3/C/3*0/D/'T','e','s','t','.'/
   data E(3,3)/1,2,3/
   write (*,*) A,B
   write (*,*) B
   write (*,*) C
   write (*,*) D
end program Arrays

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.