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
Explain what are the standard predefined macros?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the difference between typedef struct and struct?
What are the characteristics of arrays in c?
What is an example of structure?
Is javascript written in c?
What is double pointer?
What is the purpose of 'register' keyword in c language?
What are the different types of C instructions?
What are the advantages of using Unions?
Why is c called "mother" language?
Why we use conio h in c?
What is wrong with this program statement? void = 10;
Explain how can I make sure that my program is the only one accessing a file?
What do you mean by c what are the main characteristics of c language?