Search:

Type: Posts; User: gameover6005

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,118

    I dont understand, why I am getting the correct...

    I dont understand, why I am getting the correct answer on the max but I am getting nothing on min
  2. Replies
    3
    Views
    1,118

    2 dimensional array max and min

    I was able to get the max to work but I cant get the min. it returnning something like -125863456.
    can someone help

    int maxx(int a[][10]);
    int minn(int a[][10]);
    int main(void){
    int...
  3. Replies
    1
    Views
    1,388

    array add total rows and total colms

    i am trying to display the information in the array as a table and add the total rows and the total colums separately, can someone help.

    #include<stdio.h>
    int main(void)
    {
    int row, col;...
  4. Replies
    2
    Views
    840

    thank you

    thank you
  5. Replies
    2
    Views
    840

    2 dimentional array

    I am making a program to ask a user for input, and stored them in an array thereafter it supposed to print the information using a function called display. The problem I am having is when I try to...
  6. Replies
    2
    Views
    1,217

    this is the error I am getting âtimeâ:...

    this is the error I am getting

    âtimeâ:
    q1.c:51: error: incompatible types when returning type âdouble (*)(double)â but âdoubleâ was expected
    q1.c:51: error: expected â;â before âvâ
  7. Replies
    2
    Views
    1,217

    prototype function sqrt velocity(v)

    question I am trying to computed the time it takes for a projectile to hit the ground.
    the problem is that i need to square the imput of velocity before i do the calculation. the question I have...
  8. Replies
    2
    Views
    1,537

    it work, I appreciated all your help and time...

    it work, I appreciated all your help and time thxxx :-P
  9. Replies
    2
    Views
    1,537

    logic error

    I am using function to find the range of a projectile, but whenever I try to run the program it will return zero 0.00. Can someone help me solve this logic problem. thanks in advance.

    #include...
  10. Replies
    1
    Views
    722

    can someone help

    no matter what input i give the program it will output area equal to zero, I think my calculation are correct but I think it's not going through the loop or the communitcaion with my function is...
  11. I am stuck, can somebody help me solve this problem please

    I have this erro when i try to compile:

    In function âfâ:
    Test.c:9: error: expected expression before âdoubleâ
    Test.c:9: error: too few arguments to function âpowâ


    the source code...
  12. Replies
    2
    Views
    1,312

    thanks you for all your help it work

    thanks you for all your help it work
  13. Replies
    2
    Views
    1,312

    trapezoidal rule

    I am new to c programing and I had spend 2 days on a program and I can't fix the error:
    gcc Test.c -o Test.exe
    /tmp/ccZkbk0V.o: In function `f':
    Test.c:(.text+0x2f): undefined reference to...
  14. Replies
    1
    Views
    950

    beginners error

    I am
    new to programming in c and my task is to write a simple program that is able to compute the area under a curb using the trapezoidal rule. I wrote the program but it will not compile, the...
  15. Replies
    1
    Views
    1,046

    program error

    I am new to programming in c and my task is to write a simple program that is able to compute the area under a curb using the trapezoidal rule. I wrote the program but it will not compile, the error...
Results 1 to 15 of 15