dennis ritchie invented C language in AT&T bell laboratory
what is the extension of AT&T?
Answer Posted / keshvi
The extension of AT & T is American Telephone & Telegram Company
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Why static is used in c?
Explain what is the purpose of "extern" keyword in a function declaration?
how to make a scientific calculater ?
What is static volatile in c?
Explain how do you determine whether to use a stream function or a low-level function?
What is bash c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is a list in c?
What is the use of header?
What is derived datatype in c?
What is the difference between typedef struct and struct?
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 is #include cctype?
Explain how can you restore a redirected standard stream?
Explain what is the difference between far and near ?