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 a const pointer in c?

671


With the help of using classes, write a program to add two numbers.

620


Explain how can I make sure that my program is the only one accessing a file?

630


What is ambagious result in C? explain with an example.

2058


What does node * mean?

715






Explain the meaning of keyword 'extern' in a function declaration.

727


What are the differences between Structures and Arrays?

612


Differentiate between null and void pointers.

634


Here is a neat trick for checking whether two strings are equal

566


What is FIFO?

677


What kind of structure is a house?

558


What is the purpose of 'register' keyword?

692


What are qualifiers and modifiers c?

550


What is the code in while loop that returns the output of given code?

1322


What is binary tree in c?

625