Search:

Type: Posts; User: ajayd

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,994

    recursions in C man not in phY....!!

    recursions in C man not in phY....!!
  2. Replies
    4
    Views
    1,994

    what are RECURSIONS....???

    Can Anyone Tell Me What Are Recursions....??
    What For It Is Used....??
    & What Is Call By Reference Or Call By Value....???
  3. Replies
    3
    Views
    1,133

    switch statement provides multiple way branching....

    switch statement provides multiple way branching. ie it allows users to select any 1 of the several alternatives.

    its syntax is:

    switch (expression)

    {

    case label 1 :...
  4. use for loop man

    use for loop man
  5. Replies
    37
    Views
    15,305

    yO i know tht....!!

    yO i know tht....!!
  6. Replies
    37
    Views
    15,305

    actually i m working on linux

    actually i m working on linux
  7. Replies
    37
    Views
    15,305

    he himself is blank so posted in da forum :)

    he himself is blank so posted in da forum :)
  8. Replies
    37
    Views
    15,305

    if the given expression is itself in that form...

    if the given expression is itself in that form and asked to program on it then how to convert it
    if i convert it using algebra i am getting different answers compared to the manual answers so
  9. Replies
    37
    Views
    15,305

    plz check this is a different case in 1st case...

    plz check this is a different case in 1st case only decrement operators were used in this case both decrement as well as increment operators are used
  10. Replies
    37
    Views
    15,305

    please tell me for this expresion : a = (b++) +...

    please tell me for this expresion :
    a = (b++) + (- - b) + (b - -) + b
    here b = 4
    tell me manually ans : i am getting 15
    by applying your logic i am gettin 17
    plz check.....!!
  11. Replies
    37
    Views
    15,305

    As i m new to this so One day i ll surely fly ;)

    As i m new to this so
    One day i ll surely fly ;)
  12. Replies
    37
    Views
    15,305

    i ll check on different cases hope it ll work...

    i ll check on different cases hope it ll work true in all cases
  13. Replies
    37
    Views
    15,305

    Thanks a lot matsp :cool: you are genious....!!

    Thanks a lot matsp :cool:
    you are genious....!!
  14. Replies
    37
    Views
    15,305

    got it guys got it thX a lot....veeeeee :)

    got it guys got it thX a lot....veeeeee :)
  15. Replies
    37
    Views
    15,305

    is that we replace n- - or - -n by n-1 ...

    is that we replace n- - or - -n by n-1
    replace n++ or ++n by n+1
  16. Replies
    37
    Views
    15,305

    can ny1 xplain in detail step by step plz....!!

    can ny1 xplain in detail step by step plz....!!
  17. Replies
    37
    Views
    15,305

    yes now i got the Logic thX a lot matsp & Elysia...

    yes now i got the Logic thX a lot matsp & Elysia :)
  18. Replies
    37
    Views
    15,305

    then pl tell me how to solve this : using c...

    then pl tell me how to solve this : using c program....!!


    a=2*b+(--b)+3*(b++)+b
  19. Replies
    37
    Views
    15,305

    oh k thX matsp act i was posting tht program...

    oh k thX matsp

    act i was posting tht program bfore i read ny thng posted by u ppl ThX
  20. Replies
    37
    Views
    15,305

    how about this...!! #include...

    how about this...!!



    #include<stdio.h>
    main()
    {
    int a,b,s;
    printf("Enter the value of s\n");
    scanf("&#37;d",&s);
  21. Replies
    37
    Views
    15,305

    How Does Increment Operators Work...??

    CAN ANY1 PLZ TELL ME HOW INCREMENT & DECREMENT OPERATORS WORK IN C AS WELL AS IN LINUX IF KNOWN....!!
    AS FAR AS I KNWO THERE ARE POST & PRE INCREMENT/DECREMENT OPERATORS :
    I M GETTING DIFF RESULTS...
  22. Replies
    16
    Views
    3,212

    while (n) { d = n%10; sum += d; n /=...

    while (n)
    {
    d = n&#37;10;
    sum += d;
    n /= 10;
    }
  23. Replies
    11
    Views
    1,733

    hp so u gOt iT mIkeY

    hp so u gOt iT mIkeY
Results 1 to 23 of 25