what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vinoth
It will work fine no value or error will be displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to create duplicate link list using C???
What is include directive in c?
Write a program for finding factorial of a number.
There seem to be a few missing operators ..
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What are the differences between Structures and Arrays?
Write a factorial program using C.
What is the difference between malloc() and calloc() function in c language?
Where is c used?
What is the purpose of ftell?
diff between exptected result and requirement?
Explain why c is faster than c++?
Why c is known as a mother language?
What is the main difference between calloc () and malloc ()?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?