Why do we use int main?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


Why #include is used in c language?

0 Answers  


How can I do peek and poke in c?

0 Answers  


How does #define work?

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


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?

0 Answers   KPIT,


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


why should i select you?

21 Answers   Wipro,


what is constant pointer?

3 Answers  


Categories