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
What is boolean in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what are the 10 different models of writing an addition program in C language?
What is omp_num_threads?
Can the curly brackets { } be used to enclose a single line of code?
Where are some collections of useful code fragments and examples?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the difference between procedural and declarative language?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is #line in c?
Define macros.
What is the size of structure pointer in c?
What are the advantages of using new operator as compared to the function malloc ()?
What are the salient features of c languages?
how can f be used for both float and double arguments in printf? Are not they different types?