Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: help plz………….. #3640
    LenoraRamsey
    Participant

    Actually, In C float and double has only two differences. one is size. and another one is storage in memory.
    float has only single precision. But double has double precision.

    So, In your code you are trying to differentiate this. But it gives output as hello because it is equal.
    double 0 is equal to float 0.

    If you want differentiate float and double try this code.

    It will prints hi.

    It will prints hello.

    I think now you can get the difference.

    in reply to: need help in adding a charecter to the file name #3610
    LenoraRamsey
    Participant

    Try this code for you requirement It will solve you problem.
    As you want it will check for abcd if it is there it will check for abcd1 file.

Viewing 2 posts - 1 through 2 (of 2 total)