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 is int main () in c?
How do we print only part of a string in c?
Is c is a middle level language?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is #error and use of it?
What is a string?
How do you generate random numbers in C?
Does sprintf put null character?
Write a program for finding factorial of a number.
List the variables are used for writing doubly linked list program.
How many bytes is a struct in c?
Do character constants represent numerical values?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the maximum no. of arguments that can be given in a command line in C.?
What are shell structures used for?