Answer Posted / nirmal kumar tailor
main() is the important part of the programe.
main() defines scope of the programe and all working in
this scop means execute the programe in between this block
all programe execution with the main() function.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain how can you be sure that a program follows the ansi c standard?
Is c is a high level language?
How main function is called in c?
How can I ensure that integer arithmetic doesnt overflow?
how logic is used
What is the use of typedef in structure in c?
What are the types of data types and explain?
What header files do I need in order to define the standard library functions I use?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Can we change the value of constant variable in c?
What is the right type to use for boolean values in c? Is there a standard type?
Explain why can’t constant values be used to define an array’s initial size?
Why clrscr is used in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is a char c?