Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to execute with out main in cprogram

Answers were Sorted based on User's Feedback



how to execute with out main in cprogram..

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

how to execute with out main in cprogram..

Answer / arpit gupta

in this code getch() need prototype

Is This Answer Correct ?    1 Yes 3 No

how to execute with out main in cprogram..

Answer / rakesh

nice 1 ravinder..!!!
great work..!!
m also having same ans.!!

Is This Answer Correct ?    0 Yes 3 No

how to execute with out main in cprogram..

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 to execute with out main in cprogram..

Answer / developer

Coding seekh le Ravinder.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More C Interview Questions

where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Why doesnt that code work?

0 Answers  


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


Is main is a keyword in c?

0 Answers  


Which is the best sort method for library management?

1 Answers   Microsoft,


What is data types?

0 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


what is c?

13 Answers   Tech Mahindra,


difference between loading and linking

1 Answers  


Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147

2 Answers  


Tell me about low level programming languages.

0 Answers   Amdocs,


Categories