what is the use of a array in c

Answer Posted / abeera amin

array are data structure in which identical data type are
stored.and have contiguous area of memory.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1722


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1444


What are the salient features of c languages?

616


What does volatile do?

556


What are static variables in c?

616






What is the advantage of c?

607


Is that possible to store 32768 in an int data type variable?

685


Explain what is the difference between functions abs() and fabs()?

611


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1569


What are the advantages of c preprocessor?

700


Why is c faster?

584


What is a structure and why it is used?

613


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.

4830


What are the scope of static variables?

595


Explain what is a const pointer?

632