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
Explain how can you determine the size of an allocated portion of memory?
How many types of sorting are there in c?
Explain the difference between #include "..." And #include <...> In c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How do you do dynamic memory allocation in C applications?
What is const and volatile in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What are identifiers in c?
What is a program?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
List the different types of c tokens?
Write a program to reverse a linked list in c.
What is a macro, and explain how do you use it?
Do you know pointer in c?
What is a constant?