what is an array

Answer Posted / anusha

an array is a continous memory of same data type.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why does everyone say not to use scanf? What should I use instead?

1049


Can we change the value of constant variable in c?

786


What are the advantages of c language?

843


what is the role you expect in software industry?

1857


What is echo in c programming?

730


What is string function c?

765


Is c weakly typed?

739


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1998


What are header files why are they important?

797


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1945


Which function in C can be used to append a string to another string?

868


Compare interpreters and compilers.

807


Explain high-order bytes.

870


What is malloc() function?

816


What are the disadvantages of a shell structure?

928