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 / swamy s t
Answer is D. any where in the program.
No matter whereever it is because the program should
starts or begins from main() function only.
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
What is calloc in c?
How to draw the flowchart for structure programs?
Is stack a keyword in c?
Why we use break in c?
What is string function in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is data structure in c and its types?
What is && in c programming?
What is modeling?
Why clrscr is used after variable declaration?
What is nested structure in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
write a programming in c to find the sum of all elements in an array through function.
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250