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
What is sizeof return in c?
Can we declare variables anywhere in c?
What does main () mean in c?
Explain b+ tree?
What is the concatenation operator?
What is a char in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Write a program to swap two numbers without using the third variable?
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?
How can you check to see whether a symbol is defined?
How can you increase the allowable number of simultaneously open files?
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
the question is that what you have been doing all these periods (one year gap)
What are the different types of control structures?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference