WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Answer Posted / shashank sharma

it depend on data type

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I list all of the predefined identifiers?

748


What is external variable in c?

792


What is the purpose of realloc()?

870


How is null defined in c?

853


What is the difference between exit() and _exit() function in c?

812


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

822


Explain data types & how many data types supported by c?

803


Explain how can I remove the trailing spaces from a string?

798


What are lookup tables in c?

739


What is the sizeof () a pointer?

721


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2708


Why does everyone say not to use gets?

793


When is a “switch” statement preferable over an “if” statement?

849


When should the const modifier be used?

845


What is dynamic dispatch in c++?

761