void main()
{
for(; 0 ;)
... {
printf("hello");
... }
getch();
}

Answer Posted / shaik. jani bahsa

result is nothing, because 0 means false, 1 means true
once cond false pointr comes out of the loop.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe wild pointers in c?

631


What is size of union in c?

572


Which node is more powerful and can handle local information processing or graphics processing?

813


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

634


How can you return multiple values from a function?

623






Why do we use return in c?

560


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646


Is stack a keyword in c?

628


what value is returned to operating system after program execution?

1593


Can include files be nested?

619


When would you use a pointer to a function?

580


What is ambagious result in C? explain with an example.

2047


Explain the use of #pragma exit?

688


What is methods in c?

635


Which one would you prefer - a macro or a function?

593