8000 Selection Sort Documentation Added · sbccas/c-programming-tutorials@e5f18ad · GitHub
[go: up one dir, main page]

Skip to content 65DF

Commit e5f18ad

Browse files
Selection Sort Documentation Added
1 parent 7963404 commit e5f18ad

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

2_Notes/Selection_Sort_Algorithm.pdf

248 KB
Binary file not shown.

3_Programs/CP5CharArrayDemo.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main()
1111
char s;
1212
char sname[10] = {'A','M','R','O','L','I','B','C','A','\0'};
1313
char sname2[10];
14-
printf("String1 Data= %d\n",sname);
14+
printf("String1 Data= %s\n",sname);
1515
printf("Enter String2 Data\n");
1616
gets(sname2);
1717
printf("\nEnter Character to Search Data\n");

3_Programs/CP5CharArrayDemo.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0