what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / a programmer
This will print the ascii characters from 0 to 1000 if the
datat type of the variable c is other than character. If the
datatype of the variable is char then it will be into
infinite loop.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the argument of a function in c?
What is wrong in this statement? scanf(“%d”,whatnumber);
What does *p++ do? What does it point to?
What are the two forms of #include directive?
Why do we use & in c?
how to construct a simulator keeping the logical boolean gates in c
how do you execute a c program in unix.
Is fortran still used in 2018?
When should I declare a function?
Who is the founder of c language?
What is a pointer variable in c language?
Why do we use null pointer?
In which header file is the null macro defined?
How do you list a file’s date and time?
What is the significance of c program algorithms?