How to add two numbers without using arithmetic operators?
Post New Answer View All Answers
What do you mean by command line argument?
What are the complete rules for header file searching?
What does 3 mean in texting?
What is a void * in c?
Which built-in library function can be used to match a patter from the string?
What is the right way to use errno?
By using C language input a date into it and if it is right?
What do you mean by scope of a variable in c?
What are the types of pointers in c?
What is assignment operator?
What are multibyte characters?
how can f be used for both float and double arguments in printf? Are not they different types?
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
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,