Answer Posted / gg
Every C program should have at least one function.main() is
special function, from here the actual execution of the
program starts. main() is one which calls all other
functions and helps to do their job.The functions may from
library or user defined.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is dynamic variable in c?
Which node is more powerful and can handle local information processing or graphics processing?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Which is better between malloc and calloc?
The statement, int(*x[]) () what does in indicate?
What is difference between scanf and gets?
What is the use of parallelize in spark?
What is the use of sizeof () in c?
What standard functions are available to manipulate strings?
Can you assign a different address to an array tag?
What is #include stdio h?
What is a union?
Why we use void main in c?
What is double pointer in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above