Tag: hacking information gathering

Advertisements
Advertisements

Program to find GCD of two numbers in C language

The following program is to find the GCD or HCF of a number using C Language. GCD is the Greatest Common Divisor that divides a particular number. #include<stdio.h> void main(){ int a,b,i,j; printf(“\n****************************\nprogram to find

Advertisements
Advertisements
Advertisements
overthewire
Advertisements
Advertisements
Advertisements
Advertisements
%d bloggers like this: