WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Answer Posted / gagandeep kaur

max size of an array is depends upon its datatype

Is This Answer Correct ?    31 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can't I perform arithmetic on a void* pointer?

817


When should the const modifier be used?

849


Explain how can type-insensitive macros be created?

756


Why are all header files not declared in every c program?

803


Explain null pointer.

802


What is the sizeof () a pointer?

725


In which layer of the network datastructure format change is done

1627


What is wrong with this declaration?

828


explain what are pointers?

786


What is c value paradox explain?

779


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

2131


How can you allocate arrays or structures bigger than 64K?

883


What is c system32 taskhostw exe?

775


Is c compiled or interpreted?

875


Difference between macros and inline functions? Can a function be forced as inline?

914