what is Array?

Answers were Sorted based on User's Feedback



what is Array?..

Answer / lakshmi

it is a grouped item of consequitive memory elements with
similar type of values.

Is This Answer Correct ?    7 Yes 0 No

what is Array?..

Answer / lakshmi

Array is the group of consequitive elements with same type.

Is This Answer Correct ?    7 Yes 2 No

what is Array?..

Answer / guest

collection of element in continuous memory location

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


What does a pointer variable always consist of?

0 Answers  


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

0 Answers  


What are the advantages and disadvantages of a heap?

0 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  






what is the defrenece between structure and union

5 Answers   Aloha Technology,


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


What is the role of this pointer?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


Is it possible to initialize a variable at the time it was declared?

0 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


What is self-referential structure in c programming?

0 Answers  


Categories