Hello, I would like to show very first how to visualize the subject. For this, we should have total concentration. To avoid obstacle coming in front of us, we will follow the following steps. Close your...
(i) Facing: This operation is almost essential for all works. In this operation, as shown in fig., the work piece is held in the chuck and the facing tool is fed from the center of the work piece towards...
Engineering mechnics (EM): 1.In EM deals with bodies as perfecly rigid bodies and also known as Mechanics of rigid bodies. 2. EM is the study of external forces that are acting on rigid body. 3....
A Program to print 2 integer value. #include<stdio.h> #include<conio.h> main() int a,b,add; a=5; b=3; add=a+b; printf(“ Addition=%d”,&add); getch(); Brief description...