Answer Posted / vignesh1988i
as for i know in C , we cant write a program wit out main()..
since whatever function we write (user defining functions).
it will start executing the statements only from the
main().... so only we will say tht FIRST EXECUTABLE FUNCTION
IS THE MAIN() FUNCTION.........
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is operator precedence?
Explain union. What are its advantages?
What is wrong with this declaration?
What is the difference between single charater constant and string constant?
What does node * mean?
What does. int *x[](); means ?
Explain how can you determine the size of an allocated portion of memory?
what value is returned to operating system after program execution?
What is assignment operator?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How will you write a code for accessing the length of an array without assigning it to another variable?
Why is c called a mid-level programming language?
What is header file definition?
How to establish connection with oracle database software from c language?
Explain what is the concatenation operator?