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
Are enumerations really portable?
Are there namespaces in c?
Can you think of a logic behind the game minesweeper.
what are the 10 different models of writing an addition program in C language?
cavium networks written test pattern ..
Are pointers integer?
What are global variables and how do you declare them?
How can I manipulate individual bits?
Explain what are preprocessor directives?
What are local static variables?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
can any one provide me the notes of data structure for ignou cs-62 paper
Is c is a low level language?
What is the difference between text files and binary files?
What is static memory allocation? Explain