adplus-dvertising
frame-decoration

Question

In programming language, 'identifier' can be

a.

array

b.

variable

c.

constant

d.

all of the above

Answer: (d).all of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In programming language, 'identifier' can be

Similar Questions

Discover Related MCQs

Q. Type of subroutines which are available to users of computer as default part of software is classified as

Q. Translation of assembly language into machine code is a task of

Q. Loop which does not executed at all if it is tested at beginning is classified as

Q. Special character symbol '/' is used to indicate

Q. In statement "After last mark enter -1" in COMAL programming language, rogue value is

Q. Function which is placed between FOR statements and other repeated statements is classified as

Q. Statement which gives value to a variable is called

Q. Device used to translate programming language into machine code is classified as

Q. Programming language that allows structuring of programs and data is

Q. Control returns in calling program at correct place exactly from

Q. In statement '100 LET N1 = LEN(AINR )' of BASIC language, built-in function is

Q. In line "400 INPUT NUM: PRINT 5.6*NUM+10" of a BASIC program, 'NUM is

Q. In line '500 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, Total Mark and N are considered as

Q. Values that are passed between program and its called subroutine are classified as

Q. When data to be input is numeric in nature, data type in program is classified as

Q. High level language includes

Q. Word or set of letters that can be used to represent a specific function and are easily memorable is classified as

Q. In COMAL language programs, procedures are usually executed by

Q. Statement used to perform one of two possible actions is written as

Q. In line "200 INPUT NUM: PRINT 5.8*NUM+5" of a BASIC program, 'PRINT 5.8*NUM+5" ' is