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

Answer Posted / dally

it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to compare two structure variables?

615


What are extern variables in c?

543


Explain what are preprocessor directives?

623


What is the function of volatile in c language?

662


What is the most efficient way to store flag values?

683






Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What is identifiers in c with examples?

675


Explain how do you print an address?

653


How can you avoid including a header more than once?

564


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

643


What are the preprocessor categories?

635


What are the types of data types and explain?

665


Is a house a mass structure?

639


What are shell structures used for?

595


What is pragma c?

607