Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ishfar16 authored Aug 3, 2023
1 parent 6240a93 commit d270450
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions Module 1/input.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5000
7 changes: 7 additions & 0 deletions Module 1/limitation.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include<stdio.h>
int main()
{
double a=22.123456789123456;
printf("%0.15lf",a);
return 0;
}
8 changes: 8 additions & 0 deletions Module 1/output.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include<stdio.h>
int main()
{
int a,b;
scanf("%d%% %d%%",&a,&b);
printf("%d%% %d%%",a,b);
return 0;
}
Binary file added Module 1/output.exe
Binary file not shown.
Empty file added Module 1/output.txt
Empty file.
Binary file added Module 1/output/limitation.exe
Binary file not shown.
Binary file added Module 1/output/output.exe
Binary file not shown.
Binary file added Module 1/output/print.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Module 1/print.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>
int main()
{
printf("hellow world\nnow i m doland trump\tnew line e jao");
return 0;
}
Binary file added Module 1/print.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions Module 1/tempCodeRunnerFile.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include<stdio.h>
int main()
{
int a,b;

0 comments on commit d270450

Please sign in to comment.