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

No. of times the loop is executed ?

Answer Posted / sanjeev

this loop is executed at 254 times.

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #pragma statements?

594


When the macros gets expanded?

792


write a c program to find the sum of five entered numbers using an array named number

1622


What are shell structures used for?

604


What is the use of getchar() function?

634






What does a function declared as pascal do differently?

609


Write a code to remove duplicates in a string.

633


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

877


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


What is difference between function overloading and operator overloading?

664


What is the process of writing the null pointer?

611


Explain the difference between getch() and getche() in c?

567


Explain how can I read and write comma-delimited text?

661


How are 16- and 32-bit numbers stored?

727


Explain void pointer?

594