what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ashok
infinite loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How do you view the path?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What does %d do?
What is array in c with example?
Is javascript written in c?
Why is c platform dependent?
What is the return type of sizeof?
what is the role you expect in software industry?
Write a program to swap two numbers without using a temporary variable?
Explain what is the benefit of using #define to declare a constant?
What is a const pointer in c?
What is size of union in c?
What is pass by value in c?
What do you understand by friend-functions? How are they used?