...
Engineering-Mathematics
October 4, 2023
GATE 2018
October 4, 2023
Engineering-Mathematics
October 4, 2023
GATE 2018
October 4, 2023

Programming

Question 7

A variant record in Pascal is defined by

                    type varirec      =   record
                                          number : integer;
                                          case (var1,var2) of
                                          var1: (x,y : integer);
                                          var2: (p.q.: real)
                        end
                    end   

Suppose an array of 100 records was declared on a machine which uses 4 bytes for an integer and 8 bytes for a real. How much space would the compiler have to reserve for the array?

A
2800
B
2400
C
2000
D
1200
Question 7 Explanation: 
Note: Out of syllabus.
Correct Answer: C
Question 7 Explanation: 
Note: Out of syllabus.

Leave a Reply

Your email address will not be published. Required fields are marked *