1.

In FORTRAN, the declarations of variables can be modified using the _____ parameter.(a) kind(b) make(c) select(d) changeThis question was posed to me during an interview.My doubt is from FORTRAN Basics topic in division Computer Languages of Computer Fundamentals

Answer»

Right ANSWER is (a) kind

For EXPLANATION I would say: Kind can be USED for this purpose.It can often be used for the precision of REALS. If you want to change the precision, it can easily be done USING one line of code.



Discussion

No Comment Found

Related InterviewSolutions