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


Please Help Members By Posting Answers For Below Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15056


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

602


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14972


writ a program to compare using strcmp VIVA and viva with its output.

1530


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

618






What is the best organizational structure?

644


Dont ansi function prototypes render lint obsolete?

612


How many types of operator or there in c?

607


What are 3 types of structures?

596


How can I find the modification date and time of a file?

606


What is the maximum length of an identifier?

667


about c language

1608


If null and 0 are equivalent as null pointer constants, which should I use?

583


What is fflush() function?

649


What is the general form of #line preprocessor?

592