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

Answer Posted / valli

just compile as
cc -nostartfiles main.c

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between int main and void main in c?

590


Is a house a mass structure?

639


Why is it important to memset a variable, immediately after allocating memory to it ?

1551


How do c compilers work?

607


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

806






Is a house a shell structure?

692


What does sizeof function do?

610


How do you print an address?

743


What is the right type to use for boolean values in c? Is there a standard type?

560


What are near, far and huge pointers?

643


Is it cc or c in a letter?

559


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3334


What is auto keyword in c?

787


Tell me when is a void pointer used?

645


Is that possible to store 32768 in an int data type variable?

688