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 / ram basa
any where in the program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
code for quick sort?
How to draw the flowchart for structure programs?
What does #pragma once mean?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is pointer to pointer in c language?
Why is c called c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Tell me what are bitwise shift operators?
What are register variables? What are the advantage of using register variables?
How can I prevent another program from modifying part of a file that I am modifying?
Explain how many levels deep can include files be nested?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write a program to print ASCII code for a given digit.
When is a null pointer used?
What is the use of putchar function?