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
Why is c called a structured programming language?
How does placing some code lines between the comment symbol help in debugging the code?
What is an expression?
What does s c mean in text?
what is a function method?give example?
What is uint8 in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Can you explain the four storage classes in C?
How do I round numbers?
What the advantages of using Unions?
What does main () mean in c?
What is the data segment that is followed by c?
How is actual parameter different from the formal parameter?
Are there any problems with performing mathematical operations on different variable types?