Unsigned char c;
for ( c=0;c!=256;c++2)
printf("%d",c);

No. of times the loop is executed ?

Answer Posted / prabu

infinite loop executed

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof return in c?

774


Can we declare variables anywhere in c?

748


What does main () mean in c?

837


Explain b+ tree?

815


What is the concatenation operator?

787






What is a char in c?

740


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

860


Write a program to swap two numbers without using the third variable?

784


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1806


How can you check to see whether a symbol is defined?

792


How can you increase the allowable number of simultaneously open files?

798


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

783


the question is that what you have been doing all these periods (one year gap)

1829


What are the different types of control structures?

778


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

826