WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / vijay
max size of characfter array is 80.
max size of int or float array is equal to their range.
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
How can I list all of the predefined identifiers?
How can I do serial ("comm") port I/O?
What is const keyword in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
The __________ attribute is used to announce variables based on definitions of columns in a table?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are the different types of errors?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Write a function that will take in a phone number and output all possible alphabetical combinations
what is the role you expect in software industry?
What is meant by gets in c?
What is the purpose of sprintf?
Is array a primitive data type in c?
Is c is a low level language?
Do string constants represent numerical values?