what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / ashok
I think it will print ascii values of 0,1,2 and so on upto 1000
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Write a Program to find whether the given number or string is palindrome.
What is volatile keyword in c?
How can I find out the size of a file, prior to reading it in?
What is the use of ?
Explain how do you determine whether to use a stream function or a low-level function?
What are the different data types in C?
What are disadvantages of C language.
What is fflush() function?
What is c basic?
What does c mean before a date?
What is the difference between int main and void main?
What is strcmp in c?
what is the height of tree if leaf node is at level 3. please explain
Explain how do you declare an array that will hold more than 64kb of data?
Can you pass an entire structure to functions?