Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Dynamical Memory Allocation fortran
!gfortran, gcc vrsion 5.4.0 20160609 program hello integer, parameter::N_max=10 integer,dimension(N_max)::A A=(/1,2,3,4,5/) integer,allocatable(:)::A1 allocate(A1(A)) A1(A(1))=2 print *, 'A1=', A1(A(1)) deallocate(A1) end program hello
run
|
edit
|
history
|
help
0
finitos
Ashish.txt
Title
Rand
Factorial num
Ashish.txt
Taylors method of three order
Finite
I m
problem_2