adplus-dvertising
frame-decoration

Question

Identify the wrong Statement?

a.

#define /* symbolic constant */ Max 100

b.

int /*declaration*/ a,b;

c.

char c1,c2;

d.

#define MAX 25;

Answer: (d).#define MAX 25;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Identify the wrong Statement?

Similar Questions

Discover Related MCQs

Q. Identify the correct statement?

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?