what is array?

Answer Posted / dilip

Array is a collection of number of element and collection
of data type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In c programming language, how many parameters can be passed to a function ?

627


Tell me what is the purpose of 'register' keyword in c language?

614


What is the difference between union and structure in c?

570


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

660


Is c dynamically typed?

666






Is a house a shell structure?

692


Explain what are header files and explain what are its uses in c programming?

624


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667


What is the basic structure of c?

554


Can we assign integer value to char in c?

611


What is assert and when would I use it?

577


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

744


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2407


What is the difference between the expression “++a” and “a++”?

649


Is null a keyword in c?

730