Program to check if two numbers are equal March 14, 2013 | No Comments | C programs #include <stdio.h> #include <conio.h> void main() { int a,b; Read More »