Is it possible to run a c program without using main?If yes
HOW??

Answer Posted / sourisengupta

Thanx elahi....

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print factorial of given number without using recursion?

567


Define VARIABLE?

687


How do you declare a variable that will hold string values?

669


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1420


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9651






Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1618


What is the purpose of void in c?

617


How can you check to see whether a symbol is defined?

586


Does c have function or method?

587


What are actual arguments?

642


Why is structure padding done in c?

640


Explain the array representation of a binary tree in C.

724


What are the data types present in c?

624


What are identifiers c?

560


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

716