Here is the source code of C programming to display the reasult of cb^3/d^2 with simple input output operation. /* A program to display the reasult of cb^3/d^2 programmed by Name: Jitendra Kumar Yadav Roll: 16 date: 16th december 2010 */ #include <stdio.h> #include <conio.h> #include <math.h> void main() { […]