what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / dally
it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we replace the struct function in tree syntax with a union?
write a program for the normal snake games find in most of the mobiles.
What is the advantage of a random access file?
What is the importance of c in your views?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain about C function prototype?
How is = symbol different from == symbol in c programming?
Is c compiled or interpreted?
What is d'n in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Why static variable is used in c?
what do you mean by enumeration constant?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the heap in c?
Explain the difference between exit() and _exit() function?