File tree Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change 3
3
// ======================= 👉👉 🔹🔹 Practice-Problem =========
4
4
// ==================================================
5
5
6
-
7
-
8
-
9
-
10
6
// 👉👉 🔹Qu -1 🔹 write 2 functions one to print "Hello" and Second to print "Goodbey"
11
7
12
8
// #include <stdio.h>
26
22
// printf("goodbey :) \n");
27
23
// }
28
24
29
-
30
-
31
-
32
-
33
-
34
- //👉👉 🔹Qu -2 🔹 Write a fuction that prints Salam if user is Bagladashi
35
- // & Hey if the user is French
36
-
25
+ // 👉👉 🔹Qu -2 🔹 Write a fuction that prints Salam if user is Bagladashi
26
+ // & Hey if the user is French
37
27
38
28
// #include <stdio.h>
39
29
// void salam_f();
58
48
// printf("Hey ! \n");
59
49
// }
60
50
61
-
62
-
63
-
64
-
65
- // 👉👉 🔹Qu -3 🔹 use library fucntions to calculate the square of a number given by the user
66
-
51
+ // 👉👉 🔹Qu -3 🔹 use library fucntions to calculate the square of a number given by the user
67
52
68
53
// #include <stdio.h>
69
54
// #include <math.h>
74
59
// return 0;
75
60
// }
76
61
62
+ // 👉👉 🔹Qu -3 🔹
63
+
64
+ #include <stdio.h>
65
+ int main ()
66
+ {
67
+
68
+ return 0 ;
69
+ }
77
70
78
71
// #include <stdio.h>
79
72
// int main(){
80
73
81
74
// return 0;
82
75
// }
83
-
You can’t perform that action at this time.
0 commit comments