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
how do you programme Carrier Sense Multiple Access
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the right type to use for boolean values in c?
Can a pointer point to null?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is a file descriptor in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
code for replace tabs with equivalent number of blanks
What is wrong with this program statement? void = 10;
What is anagram in c?
In C language what is a 'dangling pointer'?
List the variables are used for writing doubly linked list program.
What is call by reference in functions?
What is the basic structure of c?