/*program for determination of deflection of UDL on simply supported beam*/ #include<stdio.h> #include<math.h> void main() { ...
Read More
C program to determine correction of temperature
/*program to determine correction of temperature*/ #include<stdio.h> #include<conio.h> void main()...
Read More
C program to find maximum BM and SF of point load
/*program to find max.BM and SF of point load*/ #include<stdio.h> void main() { float w,a,b,l,v,m; clrscr(); pr...
Read More
C program to find distribution factor
/*program to find distribution factor*/ #include<stdio.h> void main() { float sum,a,b,c,d,ans1,ans2,a...
Read More
C program to caculate the depth of water applied to the crop
/*program to caculate the depth of water applied to the crop*/ #include<stdio.h> void main() { int B,D,delta; clrs...
Read More
C program to calculate dry density of soil
/*program to calculate dry density of soil*/ #include<stdio.h> void main() { float dry_density ,wd,v; clrsc...
Read More
Subscribe to:
Posts (Atom)