Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightArray and LinkedList

Array and LinkedList MCQs

  • 11. Which is compulsory function in C language? 
  • filter_dramaExplanation
    Answer is : A

    The correct answer is main().

     Key Points

    • When the operating system runs a program in C, it passes control of the computer over to that program.
    • It is not possible to execute the c program without main().

     Additional Information

    • In C programming, scanf() is one of the commonly used function to take input from the user.
    • The scanf() function reads formatted input from the standard input such as keyboards.
    • The printf() is a library function to send formatted output to the screen.
    • The function prints the string inside quotations.
leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points