What is the difference between void main() and void main (void) give example programme?


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

Post New Answer

More C Interview Questions

what is c

4 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1 Answers   Amdocs, Apps Associates,


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


Define the scope of static variables.

1 Answers  


What are the usage of pointer in c?

1 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


How can you increase the size of a dynamically allocated array?

1 Answers   TISL,


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What is the symbol indicated the c-preprocessor?

1 Answers  


What is a symbolic constant?

1 Answers  


Categories