Search:

Type: Posts; User: akshayabc

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,394

    No it is not like that if u write 0.7 then it...

    No it is not like that if u write 0.7 then it will be taken as double and if u write 0.7f then it will be taken as a float value.
  2. Replies
    5
    Views
    2,394

    help needed in floating point

    I have 2 problems in C regarding floating point, please help :

    Q1
    Output of the following code- C.


    main()
    {
    float a=0.7;
    if(a<0.7)
Results 1 to 2 of 2