Question
a.
start()
b.
system()
c.
main()
d.
printf()
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which is the only function all C programs must contain?
Similar Questions
Discover Related MCQs
Q. Which of the following is not a correct variable type?
View solution
Q. Which of following is not a valid name for a C variable?
View solution
Q. If ASCII value of 'x' is 120, then what is the value of the H, if
H = ('x' – 'w' ) / 3;
View solution
Q. What is the difference between a declaration and a definition of a variable?
View solution
Q. "My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.
View solution
Q. Nesting of if-else statements is allowed in C Programming.
View solution
Q. A char variable storing either an ASCII character or a Unicode character is allowed inside switch case.
View solution
Q. We cannot use String in the Switch case as label !
View solution
Q. Which of the following cannot be checked in a switch case statement ?
View solution
Q. Continue statement is allowed inside the switch case statement ?
View solution
Q. Which of the statement we need to write , in order to check any condition.
View solution
Q. Which of the following is not an example of looping statement ?
View solution
Q. For loop is _________.
View solution
Q.
What are the types of linkages?
View solution
Q. Which of the following special symbol allowed in a variable name?
View solution
Q. "C"was primarily developed as a
View solution
Q. "C" is a
View solution
Q. Most suitable option for “C” literal is:
View solution
Q. Length of the string “Correct” is
View solution
Q. Choose the correct statement:
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!