GATE Computer Science (CS) 2017 Shift 1 Solved Paper
© examsiri.com
Question : 21 of 65
Marks:
+1,
-0
Consider the C struct defined below:
struct data {
int marks [100];
char grade;
int cnumber;
};
struct data student;
The base address of student is available in register R1. The field student. grade can be accessed efficiently using
struct data {
int marks [100];
char grade;
int cnumber;
};
struct data student;
The base address of student is available in register R1. The field student. grade can be accessed efficiently using
Go to Question: