adplus-dvertising
frame-decoration

Question

Which of the following can be used to declare the main function?

a.

void main

b.

void Main()

c.

void main()

d.

main

Answer: (c).void main()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following can be used to declare the main function?

Similar Questions

Discover Related MCQs

Q. The highest level of cohesion is

Q. The two statements that can be used to change the flow of control are

Q. If p and q are assigned the values 2 and 3 respectively then the statement p = q++

Q. Which of the following is the insertion operator?

Q. If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as

Q. Which of the following are valid characters constants?

Q. To create and execute a C++ program, you need to have access to

Q. Many programmers separate a class into two files: _____

Q. Files whose names end in .h are called _____ files

Q. Assume that a program contains a programmer-defined void function. When C++ encounters the function's closing brace (}), C++ returns to the statement _____

Q. A _____ is a single item of information about a person, place, or thing

Q. Which (if any) of the following is NOT a programmer-defined type

Q. A file pointer always contains the address of the file

Q. In a simple 'if' statement with no 'else'. What happens if the condition following the 'if is false?

Q. Which of the following is not a programming control structure?

Q. The bitwise OR operator is a

Q. The continue statement should be written only

Q. A major advantage of inheritance is

Q. When a variable exists or is accessible, it is said to be _____

Q. The feature that allows the same operations to be carried out differently depending on the object is _____