there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
1 3863A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
4 7603
When would you use a pointer to a function?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Can stdout be forced to print somewhere other than the screen?
How can I sort a linked list?
How we can insert comments in a c program?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is 1d array in c?
What is the advantage of using #define to declare a constant?
What are local variables c?
What is data types?
How can I read in an object file and jump to locations in it?
what is the format specifier for printing a pointer value?
What are the types of macro formats?
How do we open a binary file in Read/Write mode in C?
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