...
Question 8195 – Database-Management-System
November 26, 2023
Question 10824 – APPSC-2016-DL-CS
November 26, 2023
Question 8195 – Database-Management-System
November 26, 2023
Question 10824 – APPSC-2016-DL-CS
November 26, 2023

Question 10064 – Programming

Given the following Pascal-like program segment

Procedure A;
  x,y: integer;
   Procedure B;
    x,z: real
    S1
   end B;
   Procedure C;
      i: integer;
       S2
   end C;
end A; 

The variables accessible in S1 and S2 are

Correct Answer: C

Question 9 Explanation: 
Note: Out of syllabus.
A
x or A, y, x of B and z in S1 and
x of B, y and i in S2
B
x or B, y and z in S1 and
x of B, i and z in S2
C
x or B, z and y in S1 and
x of A, i and y in S2
D
None of the above
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!