Search:

Type: Posts; User: drop2kumar

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,374

    You are reversing the Null character also...so...

    You are reversing the Null character also...so the output string will be Null followed by your string ,so while displaying you are getting empty string which is nothing but Null.In order to solve you...
  2. Replies
    5
    Views
    1,281

    thanks for your information

    thanks for your information
  3. Replies
    5
    Views
    1,281

    doubt on comparision operator

    Hi
    the followiing code is giving 1 as answer but answer should be 0 ...becoz 0.7 is not grater than 0.7



    int main()
    {
    float a=0.7;
    printf("%d",(0.7>a));
    }
Results 1 to 3 of 3