Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2305 points

Ahmad

Favorite Answers11%
Answers36
  • fortran error: Unterminated character constant beginning at (1)?

    I want to calculate the length of a big string in fortran 90. i have written the following program. the program runs okay till a length of 126 charchters (that is it gives me the length of the string on the terminal) but as soon as i add the 127th character it gives me this funny error message.(Error:Unterminated character constant beginning at (1))

    PROGRAM

    CHARACTER::CT*500

    INTEGER::LENGTH

    CT="315c4eeaa8b5f8aaf9174145bf43e1784b8fa....(around 300 characters in the sstring)"

    LENGTH=LEN_TRIM(CT)

    WRITE(*,*)LENGTH

    END

    so whats the problem? is it that the len_trim function cant take more than 126 chars? how do i calculate the string length?

    2 AnswersProgramming & Design8 years ago
  • solving differential equations in excel?

    how can i solve a differential equation like dy/dx =xy or more complex ones( having series solutions) with some given initial conditions using excel.

    2 AnswersMathematics9 years ago
  • For the national science olympiad. india, which books r best?

    Conducted by science olympiad foundation india , Standard 10

    1 AnswerSpecial Education1 decade ago