Arrays

IMPORTANT

Arrays: Overview

This topic covers concepts, such as Array Declaration by Specific Size and Initializing Elements, Indexing in an Array, Array Declaration by Initializing Elements, Operations on Arrays, Declaration of Array, Array Declaration by Specific size, etc.

Important Questions on Arrays

EASY
IMPORTANT

Array traversal operation

MEDIUM
IMPORTANT

What are the various operations that can be performed on different Data Structures?

MEDIUM
IMPORTANT

Select the options which points towards array properties.

MEDIUM
IMPORTANT

Select the correct syntax to declaration by Specifying the Size and Initializing Elements.

MEDIUM
IMPORTANT

Select the syntax to declare the array by Initializing Elements

MEDIUM
IMPORTANT

The elements are stored continuously, with the first element stored at the smallest memory address.

MEDIUM
IMPORTANT

Initialize the num array with value 1 at all index.

EASY
IMPORTANT

How to declare the fixed size array

MEDIUM
IMPORTANT

Assuming int is of 4bytes, what is the size of int arr[12];?

EASY
IMPORTANT

How do you initialize an array in C?

EASY
IMPORTANT

The largest element of an array index is called its

MEDIUM
IMPORTANT

The smallest element of an array's index is called its

MEDIUM
IMPORTANT

What are the advantages of arrays?

EASY
IMPORTANT

Two-dimensional arrays are also called

EASY
IMPORTANT

The memory address of tenth element of an array can be calculated by the formula

EASY
IMPORTANT

Each array declaration need not give, implicitly or explicitly the information about

MEDIUM
IMPORTANT

Which of the following statement is/are correct about Linked List data structure when it is compared with array:

MEDIUM
IMPORTANT

In the previous question after the operation argv++, the value of argv [1][2] will be:

MEDIUM
IMPORTANT

Consider the following command that invokes the executable file a.out with the following command-line arguments:
"a.out" God loves you Argv [1][2] corresponds to the character_____.