Concept:Each line is the intersection of two planes. The direction ratios of the line are obtained by the cross product of the normals of its two planes.Explanation:For the first line, the planes are x−3y−4=0 and 4y−z+5=0.Their normals are n1=(1,−3,0) and n2=(0,4,−1).So the direction ratios of the first line are:(l1,m1,n1)=n1×n2=(3,1,4).For the second line, the planes are x+3y−11=0 and 2y−z+6=0.Their normals are n3=(1,3,0) and n4=(0,2,−1).Thus the direction ratios of the second line are:(l2,m2,n2)=n3×n4=(−3,1,2).Let θ be the angle between the lines. Then:cosθ=l12+m12+n12l22+m22+n22l1l2+m1m2+n1n2.Substitute the values:cosθ=9+1+169+1+43(−3)+1(1)+4(2)=2614−9+1+8=0.Therefore, θ=2π.Answer:2π, i.e., option A.