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
Write a program to print ASCII code for a given digit.
Find MAXIMUM of three distinct integers using a single C statement
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the meaning of c in c language?
What is the data segment that is followed by c?
Is it possible to have a function as a parameter in another function?
What language is lisp written in?
What is the use of a conditional inclusion statement in C?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is %g in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Explain a pre-processor and its advantages.
Can we replace the struct function in tree syntax with a union?
What are global variables and how do you declare them?
What is the advantage of c?