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
What is a keyword?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Why header files are used?
What is the use of a ‘ ’ character?
What is the advantage of c?
Tell me what are bitwise shift operators?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are the 4 types of functions?
How can you determine the maximum value that a numeric variable can hold?
Difference between Function to pointer and pointer to function
Define VARIABLE?
Can you apply link and association interchangeably?
What is your stream meaning?
What does node * mean?
What is a program flowchart and explain how does it help in writing a program?