Search:

Type: Posts; User: systemcell

Search: Search took 0.01 seconds.

  1. Replies
    128
    Views
    19,542

    Guys you went a bit too far with this :\ I...

    Guys you went a bit too far with this :\

    I know how to calculate a factorial of a number n


    long faktorial=1;
    printf("enter n: ");
    scanf("%d",&n);
    for(i=1;i<=n;i++)
    {
  2. Replies
    128
    Views
    19,542

    Hello again guys :) Thank you all for your...

    Hello again guys :)

    Thank you all for your reply's.

    Im trying to learn and the code you wrote is a bit over my head :)

    Could someone add some comments into that code to better explain it or...
  3. Replies
    128
    Views
    19,542

    Calculating S in C task

    Hello guys.

    Im just starting out with programing in C and i got a task that i dont know how to do.

    The task is as follows :

    Write a program in C that will calculate S for the input value of...
Results 1 to 3 of 3