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

Answer Posted / sharath

yes u are right
there is no condition and the result is an infinite loop which continues till the stack overflow after that it may hang..

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 size of union in c?

578


What is the time and space complexities of merge sort and when is it preferred over quick sort?

673


Explain the difference between malloc() and calloc() function?

596


What is a pointer variable in c language?

641


if p is a string contained in a string?

1404






printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

634


Explain what are multibyte characters?

623


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1425


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

573


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2051


How can I access an I o board directly?

620


What is difference between Structure and Unions?

634


What kind of structure is a house?

551


a value that does not change during program execution a) variabe b) argument c) parameter d) none

690


What does void main return?

599