rgb type def

Solutions on MaxInterview for rgb type def by the best coders in the world

showing results for - "rgb type def"
Frieda
12 Jan 2020
1 
2typedef struct Couleur_
3 { int rouge;
4   int vert;
5   int bleu;
6 }
7 Couleur;
similar questions
queries leading to this page
rgb type def