Tag: programming languages

Questions Related to programming languages

What will be the value of %a in the expression %a = emp_num ?

  1. emp_num

  2. value of emp_num

  3. none

  4. null


Correct Option: B

Which of the following statements are not supported in the UPDATE RECORD statement?

  1. DELETE statement

  2. CHANGE statement

  3. DELETE EACH statement

  4. Both a & c


Correct Option: C

The store record statement should not end with which of the following?

  1. END STORE

  2. END LABEL

  3. END BLOCK

  4. END UPDATE


Correct Option: C

Which operator is used for concatenation ?

  1. Concat

  2. And

  3. With

  4. Append


Correct Option: C

How is a filed name indicated ?

  1. a) %fieldname

  2. b) %%fieldname

  3. c) both a and b

  4. d) None


Correct Option: B