Search:

Type: Posts; User: vicky2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    860

    Yeah like a using a for loop i tried but it does...

    Yeah like a using a for loop i tried but it does not work... So plesae anyone could write the code for me thanks
  2. Replies
    4
    Views
    860

    Arrays to functions in C language

    I have two arrays a and b each of size of 4. I have been able to swap them using normal codes but now i need to swap array a to b and b to a using functions. Please someone could help.........
  3. Replies
    6
    Views
    1,733

    i did not include the braces as it does not...

    i did not include the braces as it does not accept here with braces assume i put the braces
  4. Replies
    6
    Views
    1,733

    #include main() float...

    #include<stdio.h>


    main()



    float xmin,x;
    x=5.6;
  5. Replies
    6
    Views
    1,733

    hey thanks dear friend for explaining the code in...

    hey thanks dear friend for explaining the code in detail but when i run it using values it does not give anything
  6. Replies
    6
    Views
    1,733

    Compound Statement

    (what will be the output someone please help me out thanks)


    if (abs(x) < xmin) x = (x > 0) ? xmin : -xmin;
  7. Convert a temperature reading in degrees Fahrenheit to degrees Celsius,

    help please
  8. Thread: C programming

    by vicky2
    Replies
    5
    Views
    1,519

    well i have to write the code can someone help me...

    well i have to write the code can someone help me out using the switch case
  9. Thread: C programming

    by vicky2
    Replies
    5
    Views
    1,519

    C programming

    program to write a code claculate grade of student using switch statement in C language or gives an invalid message
  10. Replies
    8
    Views
    2,839

    100.3000005

    100.3000005
  11. Replies
    8
    Views
    2,839

    Well i tried but i am not sure if my results are...

    Well i tried but i am not sure if my results are correct..... I have been told these questions are tricky so please someone can help me out to see hwta the final and correct results will be.THANKS
  12. Replies
    8
    Views
    2,839

    Scanf in C language

    Suppose that we call scanf as follows:
    scanf(“%f%d%f”, &x, &i, &y);
    If the user enters
    12.3 45.6 789
    what will be the values of x, i and y
  13. Replies
    8
    Views
    2,839

    Scanf in C language

    Suppose that we call scanf as follows:
    scanf(“%d%f%d”, &i, &x, &j);
    If the user enters
    10.3 5 6
    what will be the values of i, x and j after the call? (Assume that i and j are int variables and x...
Results 1 to 13 of 14