Monday, March 8, 2010

Write a C program to find the greatest common divisor (GCD) of the two given positive integers.

Solution :- http://cprogramskills.blogspot.com/2010/03/write-c-program-to-find-greatest-common.html

9 comments:

  1. what is the logic of pyramid programs?
    tell the basic logic

    ReplyDelete
  2. logic for pyrimid program..

    for(i=0;i<len;i++)
    {
    printf("\n");
    for(j=0;j<=i;j++)
    {
    printf("%d",num);
    num++;
    }
    }

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. http://PocketMoneyJob.com/?id=mahesh_86

    ReplyDelete
  6. For Best C Programs with Full Explanatons..
    Visit Here ►► Lightning Code

    ReplyDelete
  7. some c programming example i posted have a look
    http://www.computaholics.in/

    ReplyDelete