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 the use of bit fieild.
what type of questions arrive in interview over c programming?
Why we use conio h in c?
write a program to print largest number of each row of a 2D array
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What are file streams?
Why doesnt that code work?
How can I direct output to the printer?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Why is %d used in c?
Explain what are run-time errors?
What is action and transformation in spark?
What is a built-in function in C?
How do you determine a file’s attributes?