what is an array

Answer Posted / jyoti

An Array is a Drived 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

What is difference between union All statement and Union?

856


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2055


What are type modifiers in c?

795


Explain what are the advantages and disadvantages of a heap?

821


Explain what is the heap?

790


How can I manipulate strings of multibyte characters?

795


What is the right type to use for boolean values in c? Is there a standard type?

771


When can you use a pointer with a function?

733


What type of function is main ()?

776


What are dangling pointers? How are dangling pointers different from memory leaks?

898


What does the error message "DGROUP exceeds 64K" mean?

963


What is pass by reference in c?

831


Differentiate between Macro and ordinary definition.

952


Describe the header file and its usage in c programming?

802


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

835