Search:

Type: Posts; User: karan

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    930

    Need help with this code

    {
    printf("\nab");
    printf("\bsi");
    printf("\rha");
    }



    output is hai
  2. Replies
    7
    Views
    2,756

    thats why i asked this question it was given in a...

    thats why i asked this question it was given in a test of some software company, there were many others ques like this


    thanks for ur reply
  3. Replies
    7
    Views
    2,756

    the complete problem is like this void...

    the complete problem is like this


    void main()
    {
    int a=1,b=2,c=3,d=4,e;
    e=(a,a)+(b,c)+(c,d)-(d,b);
    printf("%d",e);
    }
  4. Replies
    7
    Views
    2,756

    Yes this is an algebric expression if it was like...

    Yes this is an algebric expression if it was like (a*b) i know how to solve that
    but dunno how to solve expressions involvins commas
  5. Replies
    7
    Views
    2,756

    How to solve expressions like this

    c= (a,b)+(b,c)-(a,b)*(c,b);
    if a,b,c are respectively 1,2,3
Results 1 to 5 of 5