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 scanf () in c?
What is a #include preprocessor?
What is the total generic pointer type?
What is the condition that is applied with ?: Operator?
Write a function that will take in a phone number and output all possible alphabetical combinations
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What does %d do?
develop algorithms to add polynomials (i) in one variable
what is a function method?give example?
What are the string functions? List some string functions available in c.
What are the 4 data types?
What is size of union in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Why does the call char scanf work?
what is the significance of static storage class specifier?