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
Why do we use null pointer?
Why doesnt that code work?
What are called c variables?
Give the rules for variable declaration?
regarding pointers concept
What is difference between structure and union in c?
how to construct a simulator keeping the logical boolean gates in c
Explain what is meant by 'bit masking'?
Explain which function in c can be used to append a string to another string?
What is logical error?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What are data types in c language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What are the types of macro formats?