can v write main()
{
main();
}
Is it true?

Answer Posted / sharath

what do you think as you oppposed the answer
can you please explain it
please..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is getch() function?

645


How can I recover the file name given an open stream or file descriptor?

590


Write a Program to accept different goods with the number, price and date of purchase and display them

5441


What is wrong with this code?

689


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2220






Explain output of printf("Hello World"-'A'+'B'); ?

969


Explain what is wrong with this statement? Myname = ?robin?;

992


What are different types of operators?

592


Explain union.

633


What are the applications of c language?

621


What is "Duff's Device"?

697


What is function definition in c?

582


Explain about block scope in c?

657


What is clrscr in c?

668


Why void main is used in c?

559