Program to check number is positive or negative March 14, 2013 | No Comments | C programs #include <stdio.h> #include <conio.h> void main() Read More »
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 »