We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3938082 commit cf4c852Copy full SHA for cf4c852
a.out
-112 Bytes
strings.c
@@ -6,7 +6,7 @@
6
// return 0;
7
// }
8
// ⭐⭐ String Format specificr
9
-
+
10
// #include <stdio.h>
11
// int main(){
12
// char name [40] ;
@@ -17,5 +17,22 @@
17
18
19
20
-// Emoji
+// 🔲
21
22
+#include <stdio.h>
23
+int main()
24
+{
25
+ char *canChange = "Hello Wrold";
26
+ puts(canChange);
27
+ char *change = "Hello";
28
+ puts(change);
29
+ return 0;
30
+}
31
32
+// #include <stdio.h>
33
+// int main(){
34
+// return 0;
35
+// }
36
37
+// Emoji
38
// // 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟 🔳 🔲 ⭐ 🌟 ✨ 💫 🌠 🌌 🟊 🌠 🌟🌟 ⚡ 🔔 🎯 🎖️ 🏆 🛑
0 commit comments