Why we use 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's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Explain the difference between ++u and u++?

0 Answers  


What is the best organizational structure?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


Why doesn't C support function overloading?

2 Answers  


What is difference between arrays and pointers?

0 Answers  


all c language question

0 Answers   Wipro,


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


What is bash c?

0 Answers  


Categories