Skip to content

Instantly share code, notes, and snippets.

@flpsaad
flpsaad / exercice9.c
Created December 19, 2018 20:15
titre.prénom.soyez bienvenu
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main()
{
char prenom[20];
char titre[10];
printf("entrez votre prenom: ");