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
Write a program to check palindrome number in c programming?
What is the difference between procedural and functional programming?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
How can I handle floating-point exceptions gracefully?
Can a pointer be static?
What is substring in c?
How do you generate random numbers in C?
How can I do peek and poke in c?
How to delete a node from linked list w/o using collectons?
What is null in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the features of the c language?
What's a good way to check for "close enough" floating-point equality?
What is pointers in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.