Skip to content

Commit 9533918

Browse files
committed
refactor
1 parent bde6713 commit 9533918

File tree

344 files changed

+344
-344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+344
-344
lines changed

01_basic_input_output/01_print_c_programming.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ int main()
1313
getch();
1414
return 0;
1515
}
16-
// Main Function End
16+
// // Main Function End

01_basic_input_output/02_use_of_newline_char.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ int main()
1313
getch();
1414
return 0;
1515
}
16-
// Main Function End
16+
// // Main Function End

01_basic_input_output/03_print_in_double_quotes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ int main()
1313
getch();
1414
return 0;
1515
}
16-
// Main Function End
16+
// // Main Function End

01_basic_input_output/04_print_in_single_quotes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ int main()
1313
getch();
1414
return 0;
1515
}
16-
// Main Function End
16+
// // Main Function End

01_basic_input_output/05_use_of_escape_chars.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

01_basic_input_output/06_print_forward_slash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

01_basic_input_output/07_print_back_slash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

01_basic_input_output/08_print_double_slashes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

01_basic_input_output/09_print_new_line_char.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

01_basic_input_output/10_print_tab_char.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ int main()
1414
getch();
1515
return 0;
1616
}
17-
// Main Function End
17+
// // Main Function End

0 commit comments

Comments
 (0)