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

What is d'n in c?

741


What does typedef struct mean?

771


What is printf () in c?

669


Describe the difference between = and == symbols in c programming?

886


Write a simple code fragment that will check if a number is positive or negative.

797






What is an lvalue in c?

790


Which is the memory area not included in C program? give the reason

1602


Explain how can I make sure that my program is the only one accessing a file?

739


a c code by using memory allocation for add ,multiply of sprase matrixes

2407


What is the difference between declaring a variable and defining a variable?

815


Is there a way to compare two structure variables?

714


What is a macro?

763


Why we not create function inside function.

1854


What is the difference between a free-standing and a hosted environment?

754


Explain how do you convert strings to numbers in c?

693