HSSC PGT Computer Science Solution of Question Paper March 2016

Ans 63: (D) all of these

Ans 64: (D) Presentation

Ans 65: (A) Stack

Ans 66: (B) Cardinality, Degree

Ans 67: (A) 1NF

Ans 68: (A) Foreign Key

Ans 69: (D) int *x=0x200

Solution: We declare pointer variables as

int *ptr;

ptr=&a

or

int *ptr=&a;

Here address of a i.e &a is given as 0x200

so We will write

int *x=0x200

Click on the Page No to view the solution of that page

Click here to Download Question Paper

error: You can only copy the programs code and output from this website. You are not allowed to copy anything else.