update 2025 01 07
This commit is contained in:
13
c-basic/single_quote.c
Normal file
13
c-basic/single_quote.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
char ch1 = '\"';
|
||||
char ch2 = '"';
|
||||
|
||||
|
||||
printf("%c, %c\n", ch1, ch2);
|
||||
printf("\"Ankara\"\n");
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user