Skip to content

Commit c4d390c

Browse files
Program
1 parent 1d99f40 commit c4d390c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programs/concatenate-two-string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(){
2424

2525

2626
// Get Second String
27-
printf("\nEnter First String: ");
27+
printf("\nEnter Second String: ");
2828
str2 = malloc(1);
2929
while(buffer = getchar()){
3030
if(buffer == '\n' || buffer == EOF){

0 commit comments

Comments
 (0)