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 are the uses of null pointers?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a progarm to find the length of string using switch case?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain heap and queue.
How can you draw circles in C?
Is main is a keyword in c?
main() { printf("hello"); fork(); }
What does printf does?
Can we access the array using a pointer in c language?
What are pointers? What are stacks and queues?
What functions are in conio h?
how to count no of words,characters,lines in a paragraph.