Answer Posted / pradeep
It is not a c program if it is not using main function.
Compiler starts execution from main function always.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
what is the difference between 123 and 0123 in c?
Why pointers are used?
Explain the bubble sort algorithm.
How do we declare variables in c?
How to draw the flowchart for structure programs?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How can I call a function with an argument list built up at run time?
Can you apply link and association interchangeably?
What is an array in c?
Can you write the function prototype, definition and mention the other requirements.
how to find anagram without using string functions using only loops in c programming
write a program to print largest number of each row of a 2D array
What is #include conio h?
What is variables in c?
What is the purpose of ftell?