Compiler Building Project

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Compiler Building Project as PDF for free.

More details

  • Words: 114
  • Pages: 1
Exercice 7.12 This program uses pointers, first the call of f() procedure will create a variable x and will return to pointer p the address of x. When the *p=1 statement is executed this will change the value of the memory pointed to by p into 1. When the f() procedure is called again this will create a new variable x another one that is pointed to by p and will print a null value into the screen. When the g() procedure is called it will create a new variable x and print a null value into the screen then assign for it a new value then create a variable y and print it.

Related Documents

Compiler Project
May 2020 0
Compiler
May 2020 15
Compiler
October 2019 27
Compiler
July 2020 10
Compiler
December 2019 24