online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php echo '<table border="1"><tr>'; for ($i=0; $i<5; $i++ ){ echo '<td>'; $rnd = rand(1,10); if($rnd%2 ==0) { echo '<b>'.$rnd.'</b>'; } else { echo $rnd; } echo'</td>'; } echo '</tr></table>'; ?>

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue