logo

Crowdly

Browser

Add to Chrome

#include <stdio.h> #include <string.h> #define MAX 10 struct S ...

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

#include <stdio.h>

#include <string.h>

#define MAX 10

struct S {

  int i;

  char ch[MAX];

};

<COMPLETER>

{

  p->i=3;

  strcpy(p->ch,"oula");

}

int main(void)

{

  struct S s1;

  f(&s1);

  return (0);

}

Compléter la ligne <COMPLETER>

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