InterviewSolution
| 1. |
What Are Field Symbols And Field Groups? Have You Used Component Idx Of Structure Clause With Field Groups? |
|
Answer» Field Symbols – They are placeholder or symbolic NAMES for the other fields. They do not physically reserve SPACE for a field, but point to its contents. It can point to any data objects. Field Symbols – They are placeholder or symbolic names for the other fields. They do not physically reserve space for a field, but point to its contents. It can point to any data objects. |
|