Unsigned char c;
for ( c=0;c!=256;c++2)
printf("%d",c);
No. of times the loop is executed ?
Answer Posted / sundeep
First of all the code returns compile time error....bcoz
of "c++2",and c!=256 becoz unsigned char takes just 255
bytes..........and exceeding that results in compile time
error........
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Explain what is the best way to comment out a section of code that contains comments?
Is a house a mass structure?
What is the size of enum in c?
What is the basic structure of c?
What is the role of && operator in a program code?
What does void main () mean?
What is a pragma?
What is s in c?
What is function pointer c?
Explain can you assign a different address to an array tag?
Why c is procedure oriented?
What are data structures in c and how to use them?
What is static function in c?
What do you mean by a sequential access file?
What is uint8 in c?