SE & PS
Compilation Errors
Declarations
Find the error
Other
100

How can a father and a son's process communicate ?

Using a pipe or a file message

100

Try to make pointer to integer without cast

It's a type problem

100

What is it : char *

A pointer on a character

100

Jaccoboni

Jacoboni

100

Who is the person in charge of the third year ?

Pierre Jacoboni

200

What does the wait function return ?

The pid or -1

200

Segmentation fault

We are trying to access a memory space not allowed
200

int * tab[50]

A table of 50 integer pointers

200


RUBY

JAVA 

ASSEMBLER

SMALLTALK


Assembler

200

Who is the person in charge of the second year ?

Antoine Laurent

300

How can we create a grandson ?

A Fork in a Fork

300

int ** tab[2]

A table of 2 pointers of pointer on integers

300

How many weeks of holidays do we have ? (not including summer holidays)

6 weeks
400

Give at least 2 fields of the sigaction structure

type def struct {

          void (* sa_handler)(int);

          int sa_flags;

          sigset_t sa_mask;

          void ( * sa_sigaction)(int, siginfo_t *, void * );

}sigaction_t;

400

int bT( int iDebut, int * piFin){ 

      // T -> A . B . C

       int iFin;

       int bSucces = bA(iDebut, &iFin) && bB(iDebut, &iFin) && bC(iDebut, &iFin);

       *piFin = (bSucces)?iFin:iDebut;

       return bSucces;

}

 int bSucces = bA(iDebut, &iX) && bB(iX, &iY) && bC(iY, &iFin);

400

What were the credentials of the Windows session in network class ?

login : administrateur

password : tagada72

500

How old is Bruno Jacob ?

54 years old

500

what is p?

 void (*(*p)(void * , int))(int)


A pointer on a function which takes an integer, and returns a pointer on a function which takes an integer and returns a void

500

How many seats are there in the amphitheatre ?

 (+ / - 5)

130 seats

M
e
n
u