1: #include <stdio.h> 2: #include <stdlib.h> 3: 4: int sc=0; 5: int max3(int a,int b, int c) 6: { 7: sc++; 8: if(a>b) 9: { 10: return a>c?a:c; 11: ... Read More
posted @ 2012-06-15 08:56 Dance With Automation Views(438) Comments(0) Diggs(0)