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
What does it mean when a pointer is used in an if statement?
What is a static variable in c?
What is difference between constant pointer and constant variable?
What is the best organizational structure?
What are the different types of control structures?
What is optimization in c?
Explain how are portions of a program disabled in demo versions?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can I read/write structures from/to data files?
FILE PROGRAMMING
What is cohesion in c?
How are Structure passing and returning implemented by the complier?
Can you please explain the difference between strcpy() and memcpy() function?
How can you return multiple values from a function?
Write a program to reverse a linked list in c.