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 function and its example?
How do we declare variables in c?
Add Two Numbers Without Using the Addition Operator
Write a program to implement queue.
What is the difference between union and structure in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are the advantages of c preprocessor?
How do you list a file’s date and time?
Explain function?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a program in c to replace any vowel in a string with z?
What is the main difference between calloc () and malloc ()?
What are the advantages of using linked list for tree construction?
What do mean by network ?
What is include directive in c?