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
What is wrong with this program statement?
Can we change the value of #define in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What type is sizeof?
Is null a keyword in c?
What is the use of getchar() function?
What is #include cctype?
what are bit fields? What is the use of bit fields in a structure declaration?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Can a pointer be volatile in c?
What are the Advantages of using macro
Explain what math functions are available for integers? For floating point?
Explain null pointer.
Explain how are 16- and 32-bit numbers stored?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array