Question 27 Using longer identifiers in a program will necessarily lead to: A Somewhat slower compilation B A program that is easier to understand C An […]
Study the following program written in a block-structured language: Var x, y:interger; procedure P(n:interger); begin x:=(n+2)/(n-3); end; procedure Q Var x, y:interger; begin x:=3; y:=4; P(y); […]
Which of the following graphs is/are planner? Correct Answer: A Question 13 Explanation: (i) G1 is K33 which is planar graph with the minimum number of […]