Accueil>Tests>Questions>Quel est le résultat du code suivant ?
```
$a = 1;
$b = 2;
$c = $a + $b;
echo $c;
```
Question du test PHP5
Quel est le résultat du code suivant ? ``` $a = 1; $b = 2; $c = $a + $b; echo $c; ```
Difficile
Here is a technical question for developers that want to validate their skills before a technical interview.
This question is written in french and need to be translated to english.
Use english for technical terms in the french version (example : "string" instead of "chaine de caractère".)
Double escape all quotes in result like this: //"
Give result as JSON.
Auteur: Mathieu RobinStatut : PubliéeQuestion passée 65 fois
Modifier
0
Évaluations de la communautéPersonne n'a encore évalué cette question, soyez le premier !
Questions similairesPlus de questions sur PHP