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


Please Help Members By Posting Answers For Below Questions

.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

712


I have seen function declarations that look like this

602


What is cohesion in c?

542


What is the use of putchar function?

651


How is a pointer variable declared?

594






a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2334


Explain how do you determine the length of a string value that was stored in a variable?

670


Give the rules for variable declaration?

678


How do I get a null pointer in my programs?

620


Differentiate between calloc and malloc.

760


Explain what header files do I need in order to define the standard library functions I use?

649


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1122


Explain what is the benefit of using #define to declare a constant?

610


Explain what does the format %10.2 mean when included in a printf statement?

782


What are the similarities between c and c++?

600