1.

What are the changes being made in P-machine Pascal?

Answer»

P-machine Pascal is the variant of the Pascal and following are the changes that made in P-machine.

  • Dispose was not being implemented in the P-machine
  • It was replaced by mark and release keywords
  • Goto has no reference targets
  • P-machine allows the USE of pre-defined Identifiers
  • Like round, page, disclose and MAXING
17. Why standard strings TAKE less space in Pascal when used in the program?

Custom string run fast has more space, takes the input from the user, and it is easier for the program to makes an entry in the table. The string size can be CHANGED and the string libraries help in easier to code with.



Discussion

No Comment Found