Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master'

Paul Faure 2 years ago
parent
commit
531bbd4f09
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      Fichiers_Tests/progC

+ 5
- 3
Fichiers_Tests/progC View File

@@ -12,7 +12,9 @@ int f(int p[]){
12 12
 }
13 13
 
14 14
 int main(){
15
-	int a[5];
16
-	f(a);
17
-	printf(a[1]);
15
+	int a;
16
+	int c = fonction(3);
17
+	stop(3);
18
+	printf(c);
19
+	printf(c);
18 20
 }

Loading…
Cancel
Save