User Tools

Site Tools


c:assert.h:assert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

c:assert.h:assert [2014/04/27 14:28]
218.18.232.154 [C Sourcecode Example]
c:assert.h:assert [2024/02/16 01:06] (current)
Line 26: Line 26:
 int main ( void ) { int main ( void ) {
 printf("9 / 4 = %d\n", testfunc(9, 4) ); printf("9 / 4 = %d\n", testfunc(9, 4) );
-printf("9 / 4 = %d\n", testfunc(5, 4) ); 
 printf("1 / 1 = %d\n", testfunc(1, 1) ); printf("1 / 1 = %d\n", testfunc(1, 1) );
 +printf("0 / 9 = %d\n", testfunc(0, 9) );
 return 0; return 0;
 } }
 </code> </code>
 +
  
 =====  Output ===== =====  Output =====

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/assert.h/assert.txt · Last modified: 2024/02/16 01:06 (external edit)

Impressum Datenschutz