What is the difference between int main and void main?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


What is wrong with this program statement?

0 Answers  


Is c procedural or object oriented?

0 Answers  


What is wrong with this initialization?

0 Answers  


What is pass by reference in c?

0 Answers  






An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


What is c programming structure?

0 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


code for quick sort?

0 Answers  


Categories