void main()
{
for(; 0 ;)
... {
printf("hello");
... }
getch();
}
Answer / 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 |
How do we open a binary file in Read/Write mode in C?
What is pragma c?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
WHAT IS C?
How do you do dynamic memory allocation in C applications?
Explain what’s a signal? Explain what do I use signals for?
What is the difference between exit() and _exit() function?
what is default constructor?
What is page thrashing?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,