How can a father and a son's process communicate ?
Using a pipe or a file message
Try to make pointer to integer without cast
It's a type problem
What is it : char *
A pointer on a character
Jaccoboni
Jacoboni
Who is the person in charge of the third year ?
Pierre Jacoboni
What does the wait function return ?
The pid or -1
Segmentation fault
int * tab[50]
A table of 50 integer pointers
RUBY
JAVA
ASSEMBLER
SMALLTALK
Assembler
Who is the person in charge of the second year ?
Antoine Laurent
How can we create a grandson ?
A Fork in a Fork
int ** tab[2]
A table of 2 pointers of pointer on integers
How many weeks of holidays do we have ? (not including summer holidays)
Give at least 2 fields of the sigaction structure
void (* sa_handler)(int);
int sa_flags;
sigset_t sa_mask;
void ( * sa_sigaction)(int, siginfo_t *, void * );
}sigaction_t;
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);
What were the credentials of the Windows session in network class ?
login : administrateur
password : tagada72
How old is Bruno Jacob ?
54 years old
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
How many seats are there in the amphitheatre ?
(+ / - 5)
130 seats