Search:

Type: Posts; User: centaurs

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,581

    thnx

    yaa nice job ...i understood...
  2. Replies
    6
    Views
    1,581

    we know x=15,but it is x!=15 then it is false ans...

    we know x=15,but it is x!=15 then it is false ans should be 0
  3. Replies
    6
    Views
    1,581

    thank you

    hi sir,

    I will change my code editing..here k==35 ,it is true but the output is 0..the same in next code
  4. Replies
    6
    Views
    1,581

    oops output plz...

    main()
    {
    int k=35;
    printf("\n%d%d%d",k==35,k=50,k>50);
    }
    output
    0500 how is tat?..why cant it be 1500


    main()
  5. Thread: help me

    by centaurs
    Replies
    1
    Views
    1,312

    help me

    hi all,
    i am a beginner,,i need help..

    if a five digit number is input through the key board ,write a program to calculate the sum of digits.
    how to reverse the five digit number.
    ...
Results 1 to 5 of 5