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.
2 parents a679573 + b225a79 commit 4422e2bCopy full SHA for 4422e2b
2_variables.c
@@ -0,0 +1,8 @@
1
+#include <stdio.h>
2
+
3
+int main ()
4
+{
5
+ int myNum = 10;
6
+ printf("%d",myNum);
7
+ return 0;
8
+}
0 commit comments