Let Us See C language
Thursday, 25 November 2010
largest of 3 numbers using functions
›
//largest of 3 numbers using functions #include<stdio.h> #include<conio.h> int max(int a,int b) { if(a>b) return(a)...
Tuesday, 23 November 2010
display the following output
›
//display the following output: 55555 55556 55566 55666 56666 66666 #include<stdio.h> #include<conio.h> void main() ...
‹
›
Home
View web version