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
Explain threaded binary trees?
What are lookup tables in c?
What is the purpose of the preprocessor directive error?
What is bash c?
What are the different types of endless loops?
What are the functions to open and close the file in c language?
Explain how can I pad a string to a known length?
The file stdio.h, what does it contain?
How do you sort filenames in a directory?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the disadvantages of a shell structure?
What are types of preprocessor in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.