#include #undef NDEBUG#include void main(){ int j = 0; int k = 5; for(j = 0 ; j < 20 ; j++) { printf("\nj = %d k = %d", j, k); assert(j }}