WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / himani
integer datatype limit is array size limit. for systems with
2 byte integers...limit is 65535
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is malloc() function?
Is main a keyword in c?
write a program to display all prime numbers
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the difference between text files and binary files?
What are the preprocessor categories?
How does placing some code lines between the comment symbol help in debugging the code?
C program to find all possible outcomes of a dice?
Is stack a keyword in c?
Can a pointer point to null?
Is null always defined as 0(zero)?
What is the difference between null pointer and wild pointer?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is a 'null pointer assignment' error?