Search:

Type: Posts; User: DaniiChris

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,684

    Thanks BobSO327...and by the way difftime is for...

    Thanks BobSO327...and by the way difftime is for seconds !! not days :)
    thanks anyways :)
  2. Replies
    11
    Views
    3,684

    Well..I want the just the number of days in...

    Well..I want the just the number of days in between the two dates..but,I will check difftime :)
    Thanks everyone
  3. Replies
    11
    Views
    3,684

    Difference between dates

    Hey Guys...
    I need to ask for someone to explain the program to wri:
    give the program 2 dates
    day,mnonth,year
    an anozer one
    day,month,year
    and then it gives the difference....my proble is in...
  4. Replies
    11
    Views
    3,092

    #include #define SIZE 10 int main()...

    #include <stdio.h>
    #define SIZE 10

    int main()
    {
    int a[ SIZE ] = {2,4,6,8,10,12 };
    int pass;
    int i;
    int hold;
    printf("Data items in original order\n");
  5. Replies
    13
    Views
    5,267

    I gave it a try! and here it is ;) Thanks to...

    I gave it a try! and here it is ;)
    Thanks to everyone :D


    #include <stdio.h>
    int main()
    {
    int x,num,p,rev;
    printf("Enter your desired number you want to check");
    scanf("%i",&num);
  6. Replies
    13
    Views
    5,267

    Thanks everyone! Will post my code as soon as I...

    Thanks everyone! Will post my code as soon as I get it done! :)
    I totally apreiciate every single one in here :D
  7. Replies
    13
    Views
    5,267

    Well..if you get into details about what you want...

    Well..if you get into details about what you want me to write..would be my pleasure
    as for the palindrome :) I will do the Macgyver said..I will try first and when I give up I will come in here ;)
  8. Replies
    13
    Views
    5,267

    Palindrome in C

    Hello!
    Was just wondering if there's a C program which can take from the user a number and it checks if its a palindrome or not...I know that we %10
    right ? :)
    May you show it to me!
  9. Replies
    11
    Views
    3,092

    Welll....Its been 3 days am trying but,I give up...

    Welll....Its been 3 days am trying but,I give up ! I am so dumb! and I can't do this program :'(
  10. Replies
    11
    Views
    3,092

    ok ;)

    ok ;)
  11. Replies
    11
    Views
    3,092

    Thanks Adak..I will try this out! I guess it will...

    Thanks Adak..I will try this out! I guess it will work :D
  12. Replies
    11
    Views
    3,092

    I will try :)

    I will try :)
  13. Replies
    11
    Views
    3,092

    Sorting Arrays

    Hello Guys..
    I need to ask a question about how to make a program by defining two arrays
    one of them has 135 and another has 246
    and then they are merged together in one array by order by sorting...
  14. Replies
    6
    Views
    51,971

    oh! Thanks dwks :D

    oh! Thanks dwks :D
  15. Replies
    6
    Views
    51,971

    I know I asked the same question but,I can't find...

    I know I asked the same question but,I can't find it and I think its deleted so thats why I did it again
    I am sorry for any inconvience caused!
  16. Replies
    6
    Views
    51,971

    Stopwatch or Timer in a simple C program

    Hey Guys..Was just wondering if its possible to make a stopwatch or timer in C for example if I asked the user for a value and he took too long to enter the value the timer would be counting 5...
  17. Sure lasernight...Thanks a million! You are like...

    Sure lasernight...Thanks a million! You are like my online teacher :D :D
    Thanks to all :D :D
    MacGyuver and Lasernight !
    I am grateful! :D
    Thanks to all :D :D
  18. Why does the loop in my program turn infinite?

    With no good reason I know..........the loop in here turn infinite
    can anybody know why


    #include <stdio.h>
    int main()
    {
    int x,ul,ll,j=1;

    printf("Please enter your desired number you want...
  19. I will try again :) Thanks a million!!

    I will try again :)

    Thanks a million!!
  20. Replies
    17
    Views
    5,647

    Thanks :D That helped me alot!! :D :D

    Thanks :D That helped me alot!! :D :D
  21. #include int main(void) { int...

    #include <stdio.h>

    int main(void)
    {
    int num, lower, upper;
    int i;
    printf("Enter the integer: ");
    scanf("&#37;i", &num);
    printf("Enter the lower limit: ");
    scanf("%i", &lower);
  22. Well..That's too advanced for my tiny little...

    Well..That's too advanced for my tiny little brain..but,I will try :)
  23. I think the error is in here for (j >= ll &&...

    I think the error is in here


    for (j >= ll && j <= ul; j--)
    or what do you think? I truely dunno ? :D
  24. Well..I got this so far #include ...

    Well..I got this so far


    #include <stdio.h>
    int main()
    {
    int x,ul,ll,j=1;

    printf("Please enter your desired number you want its divisible numbers\n");
    scanf("&#37;i",&x);
  25. Replies
    17
    Views
    5,647

    Thanks a million :) Would be because I met...

    Thanks a million :) Would be because I met someone AWESOME and GREAT like you :)
Results 1 to 25 of 50
Page 1 of 2 1 2