Got it: 3165.
What's an OPC server?
Take it step by step and check the program works as you go along. One way to check for duplicates is to have 9 flags, one for each number. Set...
If you scan the string left to right then the algorithm is fairly simple: sum=10*sum+(digit-'0'), so multiply what you've got by 10, then add the...
yeah i've had a look but am getting nowhere quickly
:-) I know; I didn't expect to win. I was just wondering if there were any more then I spotted those two. Nice of shabbir to clarify that they're...
Does it include crossovers, such as the large figure-8 through the triangles numbered 1 9 10 4?
How far have you got and where are you stuck?
The problem here is that you're thinking from 1 instead of from 0. In C the first of anything is numbered zero. This shows in your incorrect...
Sure. What have you got so far, and where are you stuck? Do you understand the question?
...is non-existent, because by the rules of sudoku all columns contain one each of the digits 1-9 and therefore all columns add up to 45. See...
How did you read the previous intensity values from the image?
Then yes, I would say it is wrong. Are you sure it's an infinite loop? If L4 is the exit point (what does RST 1 do?) then the condition for...
Highlighted in red.
I suggest you build the expression up bit by bit. Make sure you understand clearly how to calculate the result and see if you can write it down...
Stick with your own implementation of malloc. In that way you have behind-the-scenes access to what it does and you are not relying on the...
It's advisable not to, because if the RTL implementation of malloc changes then your application will start behaving very strangely. Also if the...
What OS is it currently working on, and what is the new OS? Why can't you implement your own malloc on the new OS, as you have done with the...
OK, let me put it another way. If there is enough disk space, how do you know when to stop writing? How do you know when you've reached the end...
> if file is to be stored in a local system we make a check to see if required space is there OK, so how do you currently do that without...
Separate names with a comma.