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 static volatile in c?
What is #define size in c?
What is static memory allocation? Explain
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is meant by keywords in c?
What is string concatenation in c?
By using C language input a date into it and if it is right?
Explain what is meant by 'bit masking'?
What is the default value of local and global variables in c?
Why do we use stdio h and conio h?
What is c language used for?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the use of ?: Operator?
what do the 'c' and 'v' in argc and argv stand for?
Mention four important string handling functions in c languages .