Search:

Type: Posts; User: acohrockz21

Search: Search took 0.01 seconds.

  1. hm...my compiler says else if is unknown.. my...

    hm...my compiler says else if is unknown.. my compiler is borland v2.01 what compiler should i use?
  2. my problem is i want the other statements to be...

    my problem is i want the other statements to be disregarded when the first IF was performed..
  3. dude nothings changed :(

    dude nothings changed :(
  4. it works but when the first if is performed the...

    it works but when the first if is performed the else performs too and the other if.. either it is greater than 30 or whatever it still does perform..


    if((dayspassed(month, day, year, smonth,...
  5. having problems with if and else statements

    hi guys im having a problem with misplaced else statements
    heres my code


    #include<stdio.h>
    #include<conio.h>

    int dayspassed(int month, int day, int year,
    int smonth, int sday, int syear);
  6. Replies
    28
    Views
    4,548

    tomorrow =(

    tomorrow =(
  7. Replies
    28
    Views
    4,548

    nope i dont oops sorry i mistyped it...

    nope i dont




    oops sorry i mistyped it shoulde be



    C[b]>=0 && C[b]<=1000
  8. Replies
    28
    Views
    4,548

    hi currently i have form a code now but theres...

    hi
    currently i have form a code now but
    theres a problem when im printing

    the values of A and B are both printed
    it should be union of same values of A and B only


    #include<stdio.h>...
  9. Replies
    28
    Views
    4,548

    i see, but i need to solve this problem now >_

    i see, but i need to solve this problem now >_<
    next time ill probably read the tutorials.
  10. Replies
    28
    Views
    4,548

    hm..i dont have money to buy..im enrolled in a...

    hm..i dont have money to buy..im enrolled in a public open university thats why i visit this boards to gain some information to fill my lacks of having books
  11. Replies
    28
    Views
    4,548

    i dont have a book about c language where can i...

    i dont have a book about c language
    where can i found basics?
  12. Replies
    28
    Views
    4,548

    i got the point but how can i merge the two...

    i got the point but how can i merge the two arrays?
  13. Replies
    28
    Views
    4,548

    dude sorry i dont >_< sorry T_T likewise i...

    dude sorry i dont >_<



    sorry T_T likewise i sad im still a newbie in C im still studying
  14. Replies
    28
    Views
    4,548

    dude how can i copy and allocate the members of...

    dude how can i copy and allocate the members of the array to C?

    heres my code.. i dont know what to do next..


    #include<stdio.h>

    void main()
    { int a[5];
    int b[5];
  15. Replies
    28
    Views
    4,548

    i dont get it >_< sorry im just a novice when it...

    i dont get it >_<
    sorry im just a novice when it comes on C
  16. Replies
    28
    Views
    4,548

    nono..thats just for example what i mean is like...

    nono..thats just for example what i mean is like this

    Enter values for the first array

    [code]scanf("&#37;d",&a[5]);[\code]

    Enter values for the second array

    [code]scanf("%d",&b[5]);[\code]
  17. Replies
    28
    Views
    4,548

    merging arrays

    hi.. just asking of what code am i going to use to merge
    arrays?
    for example.


    intA[5]={1,2,3,4,5};
    intB[5]={2,4,6,8,10};

    the output should be..
  18. how can i get the number of days between two dates?

    hi..im new i just want to ask..some few questions about my homework coz i dont know what code i am going to use..
    i can't fully understand the codes that are in the FAQ..

    please explain it here.....
Results 1 to 18 of 18