what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / abdur rab
It goes into an infinite loop.
The compiler will check only the syntax, it is upto the
programmer to implement correct logic.
other than initialization, c is always 1000 and there is no
condition to be break the loop
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the value of h?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Explain a pre-processor and its advantages.
What the advantages of using Unions?
Explain the difference between getch() and getche() in c?
What is the difference between exit() and _exit() function?
What is pointer to pointer in c with example?
i have a written test for microland please give me test pattern
What is the purpose of main() function?
What is break statement?
Explain the difference between malloc() and calloc() in c?
What is the right way to use errno?
Can 'this' pointer by used in the constructor?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Do pointers store the address of value or the actual value of a variable?