1.

What Is Meant By A Forward Reference In C?

Answer»

The forward reference refers to the case when we point an address SPACE of a smaller data type with a pointer of a BIGGER data type. This can be pictured as allocating memory in single BYTES and accessing it with integer pointer as chunks of 4.

The forward reference refers to the case when we point an address space of a smaller data type with a pointer of a bigger data type. This can be pictured as allocating memory in single bytes and accessing it with integer pointer as chunks of 4.



Discussion

No Comment Found