Assurez-vous que votre système est à jour en exécutant les commandes suivantes dans le terminal :
sudo apt update
sudo apt upgrade
<?php | |
return array ( | |
0 => | |
array ( | |
'id' => 1, | |
'name' => 'Afghanistan', | |
'iso3' => 'AFG', | |
'iso2' => 'AF', | |
'phone_code' => '93', | |
'capital' => 'Kabul', |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <sys/stat.h> | |
#include <fcntl.h> | |
int main(int argc, char *args[]){ | |
if(argc != 2){ | |
printf("syntaxe incorrecte"); |
#hande input in c program | |
#allow on integer input | |
#@Author : Paul IDO | |
#@Email : [email protected] | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> |