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

Answer Posted / sharath

yes we can write

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5466


What is non linear data structure in c?

579


Explain the difference between strcpy() and memcpy() function?

599


What is a void pointer? When is a void pointer used?

633


What is the use of gets and puts?

608






What is the purpose of the statement: strcat (S2, S1)?

645


Differentiate between the expression “++a” and “a++”?

709


Define VARIABLE?

692


How can I dynamically allocate arrays?

601


What is dangling pointer in c?

629


Why does notstrcat(string, "!");Work?

646


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1742


largest Of three Number using without if condition?

1012


What is the difference between malloc() and calloc()?

621


What is a char c?

599