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
what is c
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
Define the scope of static variables.
What are the usage of pointer in c?
to convert a string without using decrement operater and string functions
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
How can you increase the size of a dynamically allocated array?
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); } }
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?
What is the symbol indicated the c-preprocessor?
What is a symbolic constant?