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

What are the data types present in c?

628


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

657


what are the 10 different models of writing an addition program in C language?

1438


What is a double c?

591


What is an lvalue in c?

695






What are the ways to a null pointer can use in c programming language?

590


Is stack a keyword in c?

635


Is null always equal to 0(zero)?

583


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1705


With the help of using classes, write a program to add two numbers.

619


Why do some versions of toupper act strangely if given an upper-case letter?

632


How can you pass an array to a function by value?

599


What is a example of a variable?

553


Are pointers really faster than arrays?

562


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

664