adplus-dvertising
frame-decoration

Question

Which one of the following is not a reserved keyword for C?

a.

auto

b.

case

c.

main

d.

default

Answer: (c).main

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following is not a reserved keyword for C?

Similar Questions

Discover Related MCQs

Q. A C variable cannot start with

Q. Which one of the following is not a valid identifier?

Q. If integer needs two bytes of storage, then maximum value of an unsigned integer is

Q. What is the correct value to return to the operating system upon the successful completion of a program?

Q. Which is the only function all C programs must contain?

Q. Which of the following is not a correct variable type?

Q. Which of following is not a valid name for a C variable?

Q. If ASCII value of 'x' is 120, then what is the value of the H, if
H = ('x' – 'w' ) / 3;

Q. What is the difference between a declaration and a definition of a variable?

Q. "My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.

Q. Nesting of if-else statements is allowed in C Programming.

Q. A char variable storing either an ASCII character or a Unicode character is allowed inside switch case.

Q. We cannot use String in the Switch case as label !

Q. Which of the following cannot be checked in a switch case statement ?

Q. Continue statement is allowed inside the switch case statement ?

Q. Which of the statement we need to write , in order to check any condition.

Q. Which of the following is not an example of looping statement ?

Q. For loop is _________.

Q.
What are the types of linkages?

Q. Which of the following special symbol allowed in a variable name?