Answer Posted / nashiinformaticssolutions
A program behavior that is not defined by the C standard, e.g., dividing by zero.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What are the features of c languages?
What is "Duff's Device"?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is the difference between a free-standing and a hosted environment?
What are categories used for in c?
why do some people write if(0 == x) instead of if(x == 0)?
What is the concatenation operator?
How can a process change an environment variable in its caller?
What are the 4 types of functions?
Is a house a shell structure?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is the advantage of using #define to declare a constant?
pierrot's divisor program using c or c++ code
What are multibyte characters?