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
Why can't I perform arithmetic on a void* pointer?
When should the const modifier be used?
Explain how can type-insensitive macros be created?
Why are all header files not declared in every c program?
Explain null pointer.
What is the sizeof () a pointer?
In which layer of the network datastructure format change is done
What is wrong with this declaration?
explain what are pointers?
What is c value paradox explain?
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.
How can you allocate arrays or structures bigger than 64K?
What is c system32 taskhostw exe?
Is c compiled or interpreted?
Difference between macros and inline functions? Can a function be forced as inline?