WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / mohit
if array is of integer type then max size should be
65536.(ie total range for integers).however it shows array
size too large.for character data type the range 65536 is valid.
| Is This Answer Correct ? | 40 Yes | 12 No |
Post New Answer View All Answers
Is there a built-in function in C that can be used for sorting data?
How do I convert a string to all upper or lower case?
What is ctrl c called?
What's the best way of making my program efficient?
What is a macro?
What is the difference between the expression “++a” and “a++”?
Explain the ternary tree?
What is the hardest programming language?
What does malloc () calloc () realloc () free () do?
Explain the advantages and disadvantages of macros.
What is sizeof array in c?
write a program to print data of 5 five students with structures?
Does c have an equivalent to pascals with statement?
What are the 4 types of functions?
What is a far pointer in c?