Lines of source code, Source Code tab, Preferences Dialog Box (Error Detection)

Type or select the number of source code lines, including blank lines, you want Purify to display before and after the line of code containing the error (indicated by an arrow). For example, if you select 3, Purify displays 7 lines: 3 lines before the indicated line, the indicated line, and 3 lines after the indicated line.

char *string1="Hello, Windows"; 

char *string2=malloc(10); 

 

images\arrow.giflength=strlen(string2);

 

for (i=0; string1[i] !='\0'; i++) { 

string2[i]=string1[i]; 

(C) Copyright IBM Corporation 1992, 2010.