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

Explain what is the use of a semicolon (;) at the end of every program statement?

740


Can a pointer be null?

569


Difference between goto, long jmp() and setjmp()?

712


What is define c?

580


What is meant by initialization and how we initialize a variable?

590






What are different types of operators?

604


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4549


Explain what are reserved words?

639


What the advantages of using Unions?

677


Why do we use & in c?

597


Explain what does the function toupper() do?

638


Explain how can you check to see whether a symbol is defined?

667


When should we use pointers in a c program?

641


What is the difference between the local variable and global variable in c?

537


Explain what are header files and explain what are its uses in c programming?

634