how to execute with out main in cprogram
Answers were Sorted based on User's Feedback
Answer / rina
any c program is not run without main function
main function is compalsary in c program
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / rakesh
nice 1 ravinder..!!!
great work..!!
m also having same ans.!!
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / shashank
isme bhi yahi ho raha hai
but with a trick
pls anyone can give me good links(url) to master c
| Is This Answer Correct ? | 0 Yes | 5 No |
How is pointer initialized in c?
What are the disadvantages of a shell structure?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
why array index always starts from zero??
how memory store byte
What are macros in C?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
How do I round numbers?
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
What is strcmp in c?
what is the full form of c language
write the program to find multiplication of 2-D matrix??????????