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


Please Help Members By Posting Answers For Below Questions

What is boolean in c?

809


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.

2639


what are the 10 different models of writing an addition program in C language?

1641


What is omp_num_threads?

818


Can the curly brackets { } be used to enclose a single line of code?

927


Where are some collections of useful code fragments and examples?

935


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

1751


What is the difference between procedural and declarative language?

874


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

810


What is #line in c?

750


Define macros.

1013


What is the size of structure pointer in c?

795


What are the advantages of using new operator as compared to the function malloc ()?

1042


What are the salient features of c languages?

845


how can f be used for both float and double arguments in printf? Are not they different types?

802