answersLogoWhite

0


Best Answer

No. A record is a data structure and data structures must have a fixed size, otherwise it would be impossible to create an array of records (or indeed any container of records, such as lists, vectors, queues, stacks and so on). While we can use a combination of inheritance, polymorphism and abstraction along with runtime type information and dynamic casts if we really needed different record types with different field counts (or even different types of fields), these "specialised" records must be declared at compile time; we cannot spontaneously add or subtract fields at runtime.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can the number of record fields change during a program execution?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can you change formulas on a Word document?

Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.Formulas are only in fields in a table. You have to activate the fields and then you can change the formulas.


Which is better bachelor or degree?

A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.A bachelor's is a degree. Typically, it is a four year program of study under which many fields of study fall.


Where can SQL tools be found online?

SQL are Database Developers allowing one to produce database tables and values. Ideone is a program that also allows one to change the language as well as the values and program the data into the relevant fields.


Which is the command that lets you change one or more fields in a record?

A command that lets you change one or more fields in a record is Modify...


When do teams change fields?

Teams change sides after half-time.


How you do you add fields to a blank form in layout view?

Depends what program you are talking about


During the Bible who owned fields of grain?

he rich man Boaz in the bible owned fields of grain.


When was the battle of freedom fields?

The battle of freedom fields took place during the English civil war.


What were some of the fields of study in which Athens excelled during the GOlden age?

The Athens defeat of Sparta. This is one of the fields of study in which Athens excelled during its Golden Age.


How could you change the direction in which a compass needle points using a cell and a piece of wire?

The compass will react to magnetic fields, and magnetic fields are caused by currents. Therefore, holding a current-carrying wire close to the compass is enough to change the direction in which it points.The compass will react to magnetic fields, and magnetic fields are caused by currents. Therefore, holding a current-carrying wire close to the compass is enough to change the direction in which it points.The compass will react to magnetic fields, and magnetic fields are caused by currents. Therefore, holding a current-carrying wire close to the compass is enough to change the direction in which it points.The compass will react to magnetic fields, and magnetic fields are caused by currents. Therefore, holding a current-carrying wire close to the compass is enough to change the direction in which it points.


Of the candidate's motivation and suitability for this program?

The candidate has a strong motivation and enthusiasm for the program, as demonstrated by their past experiences and achievements in related fields. Their skills and qualifications align well with the program's requirements, showing their suitability for success in the program.


The fields in a c program are by default private is true or not?

I guess you mean C++, not C.Data fields of a structure/union are public by default,those of a class are private by default.