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 getch c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is unsigned int in c?
Is c call by value?
How can I get back to the interactive keyboard if stdin is redirected?
write a programming in c to find the sum of all elements in an array through function.
How can I list all of the predefined identifiers?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Write a program to swap two numbers without using a temporary variable?
What are disadvantages of C language.
Explain continue keyword in c
Why is struct padding needed?
Explain what is the best way to comment out a section of code that contains comments?
What is wrong with this initialization?
What is the difference between a string and an array?