Program to check average of 3 no. virender singh November 26, 2017 /*program to find the average of three no*/ #include<stdio.h> #include<conio.h> void main() { int num1,num2,num3,aver... Read More