Answer Posted / raj
main() is the enty point of all the application ,and is the
special function because it is invoked by the OS
routines,through this function we can call any function.So
every application must contain main() function.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Which driver is a pure java driver
Write a program to check whether a number is prime or not using c?
Why we write conio h in c?
Does sprintf put null character?
Why void is used in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is pass by value in c?
what does static variable mean?
What is the difference between arrays and pointers?
What is an expression?
List some of the dynamic data structures in C?
Why use int main instead of void main?
write a program to display all prime numbers
What is a nested loop?
How many keywords are there in c?