1. What will be the output of the program?

Screenshot 1

A. 128
B. Garbage value
C. Error
D. 0


Correct Answer: A. 128

2. What will be the output of the program?

Screenshot 2

A. Error: RValue required
B. Error: cannot convert from ‘const int *‘ to ‘int *const
C. Error: LValue required in strcpy
D. No error


Correct Answer: D. No error

3. What will be the output of the program?

Screenshot 3

Screenshot 6


Correct Answer: Option C

4. What will be the output of the program?

Screenshot 4

A. 5
B. 10
C. Error
D. Garbage value


Correct Answer: C. Error

5. What will be the output of the program in TurboC?

Screenshot 5

A.  i= FFE2 ptr=12 j=FFE4 ptr=24
B.  i= FFE4 ptr=10 j=FFE2 ptr=20
C.  i= FFE0 ptr=20 j=FFE1 ptr=30
D. Garbage value


Correct Answer: B.  i= FFE4 ptr=10 j=FFE2 ptr=20

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

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

4 + fourteen =