adplus-dvertising
frame-decoration

Question

Identify the correct statement?

a.

The variable names VOLUME and volume are identical

b.

The variable names sun and sun are identical

c.

Variables are not declared before use

d.

Variable may he absent in a declaration.

Answer: (d).Variable may he absent in a declaration.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Identify the correct statement?

Similar Questions

Discover Related MCQs

Q. An escape sequence commence with

Q. Where does the execution of every C program starts?

Q. Identify the separator(s) in C?

Q. A program which translates a high level language program into a machine language program is called

Q. The errors that can be pointed out by the compiler are?

Q. The language C is

Q. A program that converts a high level language program to a set of instructions that can run on a computer is called a

Q. The mapping from assembly language instructions into machine language instructions is

Q. Which one of the following statement is incorrect?

Q. C compiler traps

Q. A translator which reads an entire program written in high level and converts it into machine language code is?

Q. Which of the following is not one of the processes that a high level language program must go through before it is ready to be executed

Q. Which of the following is related to machine language?

Q. Which of the following is not a storage class specifier?

Q. What is the inital value of register storage class specifier?

Q. What is the scope of extern class specifier?

Q. What is the scope of static class specifier?

Q. What is the inital value of extern storage class specifier?

Q. What will be output for the folowing code?

Q. Which of the following statement are correct?

(I) The maximum value a variable can hold depends upon its storage class.
(II) By default all variables enjoy a static storage class.