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
What is d'n in c?
What does typedef struct mean?
What is printf () in c?
Describe the difference between = and == symbols in c programming?
Write a simple code fragment that will check if a number is positive or negative.
What is an lvalue in c?
Which is the memory area not included in C program? give the reason
Explain how can I make sure that my program is the only one accessing a file?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the difference between declaring a variable and defining a variable?
Is there a way to compare two structure variables?
What is a macro?
Why we not create function inside function.
What is the difference between a free-standing and a hosted environment?
Explain how do you convert strings to numbers in c?