What does void main () mean?


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

Post New Answer

More C Interview Questions

what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


in which language c language is written?

2 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


How to develop software using "c" programming?

1 Answers   IBM, TCS,






Why should I prototype a function?

0 Answers  


how to implement stack work as a queue?

2 Answers  


void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


What is a built-in function in C?

1 Answers  


What is the need of structure in c?

0 Answers  


Three major criteria of scheduling.

1 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  


Categories