Search:

Type: Posts; User: Jaloliddin

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,436

    Do it, if you can.

    Do it, if you can.
  2. Replies
    5
    Views
    4,436

    who can do this C program?

    Make a structure to model time with Hours, Minutes, Seconds, and AM_PM(char).
    Write a function that takes two times and returns either of three values.

    _It returns 0 if both times are the same....
  3. Replies
    3
    Views
    3,746

    Who can check my code?

    //My program working but i don't know, i did it in correct way or not.?

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <time.h>


    struct triagle
    {
  4. i did not understood to the question. But i did i don't know is this correct or not

    #include <stdio.h>
    #include <math.h>
    int
    factorial (int number)
    {
    int factorial;
    factorial = 1;


    for (int i = number; i > 1; i--)
Results 1 to 4 of 4