What are Storage Classes in C ?
Answer Posted / a
a
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What are disadvantages of C language.
What are volatile variables in c?
How can I get random integers in a certain range?
which type of aspect you want from the student.
Why is c called "mother" language?
Can we initialize extern variable in c?
What does it mean when the linker says that _end is undefined?
Explain what is #line used for?
What are the two forms of #include directive?
What are local static variables?
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 does the c in ctime mean?
Explain modulus operator. What are the restrictions of a modulus operator?
What is structure padding and packing in c?
Give differences between - new and malloc() , delete and free() ?