ভিজিট করুন নতুন ও স্হায়ী ব্লগ www.alomoy.com, it.alomoy.com

Let's Learn FORTRAN:3 Character Set


Every language whether it be our communicating language or a computer language such as Java or a web-language like HTML has its own language and special set of alphabets. Only those characters can be used with that language. The special alphabets used with the Fortran language is known as the Fortran character set. 
The Fortran Character set


No. of SymbolsTypeValues
26Uppercase LettersA-Z
26Lowercase Lettersa-z
10Digits0-9
01Underscore Character_
05Arithmetic Symbols+ - * / **
17Misc( ).=,'$;!%&;<>? and blank
11F-2003~ \[ ]`{ }| # @

The Fortran 95 character consists of 86 symbols, and the Fortran 2003 character set consists of 97 characters as shown in the above table.


In Fortran, uppercase and lowercase letters are equivalent. Therefore, A is equivalent to a. So, Fortran is case insensitive. But C++ or Java etc are case sensitive languages. 

0 টি মন্তব্য:

একটি মন্তব্য পোস্ট করুন