Question:medium

Match List - I with List - II. 

List - IList - II
A.typedef in CI.modifies the memory allocated to a variable
B.enum in CII.stores memory address
C.type castingIII.is similar to struct
D.pointerIV.redefines the name of existing data types

Choose the correct answer from the options given below:

Show Hint

Remember: typedef is just a "nickname" for a type. enum is for lists of names. Pointer is an "arrow" pointing to a location in RAM.
Updated On: Jun 8, 2026
  • A-IV, B-III, C-II, D-I
  • A-III, B-IV, C-I, D-II
  • A-III, B-IV, C-II, D-I
  • A-IV, B-III, C-I, D-II
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam