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 / uma

ya its absolutely any where in the program

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

706


Why c is faster than c++?

634


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

612


What is a lvalue

665


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2610






List a few unconditional control statement in c.

561


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

606


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2985


What is a sequential access file?

648


What is %d used for?

586


Why c is a mother language?

557


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1919


Write a program for Overriding.

688


What is a pointer and how it is initialized?

610


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

642