adplus-dvertising
frame-decoration

Question

Array is ______ data type in C Programming language.

a.

Derived Data Type

b.

Custom Data Type

c.

Primitive Data Type

d.

Primitive Data Type

Answer: (a).Derived Data Type

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Array is ______ data type in C Programming language.

Similar Questions

Discover Related MCQs

Q. In order to access any element of an array if the position of element is known , Time complexity will be equal to _________.

Q. Size of an array is known at ________.

Q. A Pointer to a block of memory is considered same as an array.

Q. What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?

Q. If you pass an array as an argument to a function, what actually gets passed?

Q. What is meaning of following declaration ?
int arr[20];

Q. int a[20]
What will be the size of above array element ?

Q. What is meaning of the following statement ?
int *ptr[20]

Q. In C Programming, If we need to store word "INDIA" then syntax is as below -

Q. Below is an example of -
int RollNum[30][4];

Q. Pointer is special kind of variable which is used to stored __________ of the variable.

Q. Pointer variable is declared using preceding _________ sign.

Q. Address stored in the pointer variable is of type __________.

Q. Consider the 32 bit compiler. We need to store address of integer variable to integer pointer. What will be the size of integer pointer ?

Q. In order to fetch the address of the variable we write preceding _________ sign before variable name.

Q. A pointer is

Q. "&" is called as ___________ in pointer concept.

Q. "*" is called as ___________.

Q. What is (void*)0?

Q. In which header file is the NULL macro defined?