Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / guest
d. any where in the program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
What is malloc return c?
Can you please explain the scope of static variables?
Write a program with dynamically allocation of variable.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are the advantage of c language?
What is the difference between procedural and declarative language?
What are the application of void data type in c?
What are the different types of pointers used in c language?
What are loops in c?
How can I recover the file name given an open stream or file descriptor?
What is the difference between a function and a method in c?
What is the difference between exit() and _exit() function in c?
Why header files are used?
How can I convert a number to a string?