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 language is lisp written in?
What is meant by initialization and how we initialize a variable?
Tell me what is null pointer in c?
What is the difference between call by value and call by reference in c?
What is spaghetti programming?
What is the purpose of clrscr () printf () and getch ()?
Suggesting that there can be 62 seconds in a minute?
Explain pointers in c programming?
What are categories used for in c?
What are types of functions?
Add Two Numbers Without Using the Addition Operator
What is this infamous null pointer, anyway?
how to count no of words,characters,lines in a paragraph.
What is integer constants?
What is equivalent to ++i+++j?