COMPILER DESIGN

SEMANTIC ANALYSIS

TYPE CHECKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements about libraries is not true?
A
Code generated that includes libraries, cannot be converted to stand alone code
B
An advantage of libraries is that they consist of code that has already been checked and compiled
C
Programmers can write their own libraries
D
Libraries could include functions for generating random numbers or performing mathematical calculations
Explanation: 

Detailed explanation-1: -9. Which of the following is an invalid statement? Explanation: Spaces are not allowed in variable names.

Detailed explanation-2: -The correct answer is option 1. False initialization, Spaces are not allowed in variable names or values.

Detailed explanation-3: -Which one of the following is not a python’s predefined data type? Explanation: Class is not a python’s predefined data type. But we can create classes on our own.

There is 1 question to complete.