aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Language
  • Which of the following statements is/are correct?
Multiple choice

Which of the following statements is/are correct?

  1. The element number in array plays a major role in calling each element of the array.

  2. Execution time with a pointer is little slow.

  3. An external variable is declared outside the body of a function.

  4. Both 1 and 3.

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This option is true.

Keep practicing — related questions

  • Which of the following statements is/are true for an array? (1) The element number in an array plays a majo...
  • Which of the following statements is/are correct? A. We can create a reference to an array. B. A reference ...
  • An array is created to store the salary of some employees. There are 10 elements in the array, but elements...
  • An array element is accessed using _______.
  • Which of the following statements is/are incorrect about C array?
  • 1. Given a one dimensional array arr, what is the correct way of getting the number of elements in arr. Sel...
  • void main() { int arr[4] = {1, 2,3, 4} int *ptr = &arr[0], i; for(i = 0; i < 2; i++) } What should be the s...
  • Consider the following line of code: int x[] == new int[25]; After execution, which statement or statements...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy