Thanks to visit codestin.com Credit goes to github.com
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 297fd17 commit 608497dCopy full SHA for 608497d
pro1.c
@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+#include <stdlib.h>
3
+
4
+int main(int argc, char const *argv[]) {
5
+ FILE *f;
6
+ f=fopen("fan.java","w");
7
+ fprintf(f,"import java.io.*;\n");
8
+ fprintf(f, "\n\npublic class sanu\n{\n\tpublic static void main(String args[])\n\t{\n\t\tSystem.out.println(\"Hello this is fantastic\");\n\t}\n}");
9
+ return 0;
10
+}
0 commit comments