Wednesday, 22 August 2012
Greatest value between Three Numbers
06:32
1 comment
#include <stdio.h>#include <conio.h>void main(){ int a,b,c; clrscr(); printf("Enter the A number : "); scanf("%d",&a); ...
Greatest value between Two Numbers
01:58
No comments
#include <stdio.h>#include <conio.h>void main(){ int a,b; clrscr(); printf("Enter the first number : "); scanf("%d",&a); ...
Subscribe to:
Posts (Atom)