Answer Posted / amit shrivastava
main is the special function,,,,,,,, wch contain the
defination of u r program or we can say it contain the main
body of u r program.It is called as special funtion becoz
it is invoked by the compiler itself,no any other function
call the main().
the void is a return type which is use when no meaning ful
value is to be return
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is c programing language?
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
How can you determine the size of an allocated portion of memory?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are structure members?
Why do we need arrays in c?
Explain the red-black trees?
What are header files in c?
Write a program to reverse a given number in c language?
What is pragma c?
Is null a keyword in c?
What is the difference between test design and test case design?
what is the diffrenet bettwen HTTP and internet protocol