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

Explain union.

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


Is c# a good language?

0 Answers  


Are c and c++ the same?

0 Answers  


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


Explain what are the advantages and disadvantages of a heap?

0 Answers  


Categories