what is op?
for(c=0;c=1000;c++)
printf("%c",c);

Answer Posted / sarath

in each iteration it will print the characters for ascii
values 0,1,2,3,...

Is This Answer Correct ?    6 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure in c explain with example?

645


Describe the header file and its usage in c programming?

623


What is int main () in c?

630


What does %p mean c?

634


What is the total generic pointer type?

733






What is the use of bitwise operator?

694


What is a structure member in c?

552


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

650


What is indirection in c?

631


What are derived data types in c?

618


What does the file stdio.h contain?

608


When should the register modifier be used? Does it really help?

622


What is storage class?

658


What is gets() function?

675


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627