Department of Mathematics and Computer Sciencewww.univ-soukahras.dz/en/dept/mi |
1 votes
|
Comment declarer un tableau de type chaine?
|
Asked on 19:44, Thursday 19 May 2016 By chaima ben sebihi (21 points) |
answers (7)
Answer (1)
0 votes
|
char[] tableau1 = new char [Nbr_element]; |
Answered on 21:53, Thursday 19 May 2016 by ahlem boulares (14 points) |
Answer (2)
0 votes
|
dans quelle langage de programmation ? |
Answered on 18:41, Friday 20 May 2016 by amirat abdallah |
Answer (3)
0 votes
|
<?php
// Déclaration d'un tableau vide
// Déclaration d'un tableau indexé numériquement
// Déclaration d'un tableau associatif
'nom' => 'Hamon',
'prenom' => 'Hugo',
'age' => 19,
'estEtudiant' => true
);
?> |
Answered on 18:44, Friday 20 May 2016 by romayssa kherkhache (29 points) |
Answer (4)
0 votes
|
char[] tableau1 = new char [Nbr_element]; |
Answered on 20:21, Thursday 16 Nov 2017 by نسرين ولهي |
Answer (5)
0 votes
|
<?php
// Déclaration d'un tableau vide
// Déclaration d'un tableau indexé numériquement
// Déclaration d'un tableau associatif
'nom' => 'Hamon',
'prenom' => 'Hugo',
'age' => 19,
'estEtudiant' => true
);
?> |
Answered on 20:23, Thursday 23 Nov 2017 by rayene ridane |
Answer (6)
0 votes
|
Tableau 1:nombre(char); |
Answered on 06:28, Friday 24 Nov 2017 by Chaima Hidri (32 points) |
Answer (7)
0 votes
|
char[] tableau1 = new char [Nbr_element]; |
Answered on 12:14, Friday 1 Dec 2017 by sara younsi |