DEFECTS IN WELDING (CAUSES) Improper welding parameter and wrong welding procedure introduce the welding defects in welded Joints. A defective welding Joint may fall under service condition and can...
(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...
Network: In general Network is the interconnection of various horizontal and vertical lines in a regular fashion. Electrical Network: (Logically speaking) It is the interconnection of all the electrical...
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...