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

where do we use structure pointer?

1 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


Can a pointer be volatile in c?

0 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,






Is python a c language?

0 Answers  


How does struct work in c?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


why you will give me a job in TCS.

7 Answers   TCS,


Why is c fast?

0 Answers  


In C, What is the #line used for?

2 Answers  


Categories