Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightArrays

Arrays MCQs

  • 11. The memory address of fifth element of an array can be calculated by the formula
  • filter_dramaExplanation
    Answer is : A
    None.
  • 12. Two dimensional arrays are also called
  • filter_dramaExplanation
    Answer is : C
    None.
  • 13. A variable P is called pointer if
  • filter_dramaExplanation
    Answer is : A
    None.
  • 14. What is right way to Initialize array?
  • filter_dramaExplanation
    Answer is : A
    None.
  • 15. An array elements are always stored in ________ memory locations.
  • filter_dramaExplanation
    Answer is : A
    None.
  • 16. Size of the array need not be specified, when
  • filter_dramaExplanation
    Answer is : D
    None.
  • 17. What does the following declaration mean?

    int (*ptr)[10];
  • filter_dramaExplanation
    Answer is : B
    None.
  • 18. Array passed as an argument to a function is interpreted as
  • filter_dramaExplanation
    Answer is : C
    None.
  • 19. Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?
  • filter_dramaExplanation
    Answer is : A
    None.
  • 20. The smallest element of an array
  • filter_dramaExplanation
    Answer is : A
    None.
leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points