Can we compile a program without main() function?


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

Post New Answer

More C Interview Questions

Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


How do you redirect a standard stream?

0 Answers  


What does the file stdio.h contain?

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


define c

6 Answers   HCL, TCS,






1,1,5,17,61,217,?,?.

3 Answers   Apple,


Why n++ execute faster than n+1 ?

2 Answers  


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


What is FIFO?

0 Answers  


Why do we use stdio h and conio h?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Is c functional or procedural?

1 Answers  


Categories