WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Answer Posted / himani

integer datatype limit is array size limit. for systems with
2 byte integers...limit is 65535

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an operator?

656


will u please send me the placement papers to my mail???????????????????

1364


What is a header file?

635


What is meant by recursion?

632


Function calling procedures? and their differences? Why should one go for Call by Reference?

634






what are enumerations in C

724


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1904


When should the const modifier be used?

658


What is c preprocessor mean?

793


what value is returned to operating system after program execution?

1604


What is the purpose of realloc()?

669


i have a written test for microland please give me test pattern

2183


How can I change the size of the dynamically allocated array?

632


Explain the advantages and disadvantages of macros.

623


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1071