logo

Crowdly

Browser

Add to Chrome

#include <stdio.h> struct Chien {   char modele[10];   int  tail...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

#include <stdio.h>

struct Chien

{

  char modele[10];

  int  tailleTruffe;

};

int main()

{

  struct Chien toutou = {"Lupus",4};

  printf("Chien : %s - %d\n",/* A COMPLETER */);

  return 0;

}

Compléter le programme

More questions like this

Want instant access to all verified answers on moodle.insa-toulouse.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome