Answer Posted / sravanthi
brain kernaighan
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
When we use void main and int main?
Explain how does free() know explain how much memory to release?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
What are void pointers in c?
Combinations of fibanocci prime series
If you know then define #pragma?
How can I read/write structures from/to data files?
What is boolean in c?
What are register variables in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is putchar() function?
What is array in C
Explain b+ tree?
Why isnt there a numbered, multi-level break statement to break out
What are the types of pointers?