Why we use void main in c?


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

Post New Answer

More C Interview Questions

logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Explain bit masking in c?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  






What is the difference between realloc() and free()

1 Answers  


what is Array?

3 Answers  


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


what are advantages of U D F?

1 Answers   Google,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


How is null defined in c?

0 Answers  


Categories