When we use void main and int main?


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

Post New Answer

More C Interview Questions

c program to add and delete an element from circular queue using array

3 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Explain Linker and Loader

5 Answers  


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


How can a number be converted to a string?

1 Answers  






Give the Output : * * * * * * * * * *

2 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


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

4 Answers  


What are the functions to open and close file in c language?

0 Answers  


What are pragmas and what are they good for?

0 Answers  


what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


What is an example of enumeration?

1 Answers  


Categories