Tag: programming languages

Questions Related to programming languages

  1. Microsoft

  2. IBM

  3. Apple

  4. Bell Labs


Correct Option: D
  1. Large number of Compound operators

  2. Function and data pointers supporting

  3. Small set of key words

  4. Automatic garbage collection


Correct Option: D
  1. B, Algol 68

  2. Assembly, PL/I

  3. Fortran

  4. All the Above


Correct Option: D
  1. *

  2. -

  3. +


Correct Option: A
Explanation:

To solve this question, the user needs to know about pointers in programming languages. A pointer is a variable that stores the memory address of another variable. The symbol used to declare a pointer variable is the asterisk symbol (*), thus option A is the correct answer.

Option A: * is the correct symbol to declare a pointer variable.

Option B: - is not used to declare a pointer variable.

Option C: + is not used to declare a pointer variable.

Option D: | is not used to declare a pointer variable.

The Answer is: A