WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Answer Posted / seema choudhary

Depending upon a data type
integer datatype it limits is 65536 i.e range of the
integer data type

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c called a structured programming language?

984


How does placing some code lines between the comment symbol help in debugging the code?

753


What is an expression?

832


What does s c mean in text?

809


what is a function method?give example?

2108


What is uint8 in c?

868


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2133


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1350


Can you explain the four storage classes in C?

848


How do I round numbers?

776


What the advantages of using Unions?

895


What does main () mean in c?

843


What is the data segment that is followed by c?

817


How is actual parameter different from the formal parameter?

785


Are there any problems with performing mathematical operations on different variable types?

779