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 are the uses of null pointers?

776


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3500


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2566


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

909


Write a progarm to find the length of string using switch case?

1826


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

953


Explain heap and queue.

787


How can you draw circles in C?

826


Is main is a keyword in c?

830


main() { printf("hello"); fork(); }

933


What does printf does?

957


Can we access the array using a pointer in c language?

791


What are pointers? What are stacks and queues?

760


What functions are in conio h?

876


how to count no of words,characters,lines in a paragraph.

4136