What are Storage Classes in C ?
Answer Posted / mayank
COMMAND LINE ARGUMENT IN C:::
THE ARGUMENT THAT WE PASS ON TO MAIN() AT THE COMMAND PROMPT
ARE CALLED COMMAND LINE ARGUMENT .........
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
What is static and volatile in c?
What are the 4 types of functions?
If errno contains a nonzero number, is there an error?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
what is the difference between 123 and 0123 in c?
What is variable initialization and why is it important?
Explain how can I remove the trailing spaces from a string?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
How main function is called in c?
What is a macro in c preprocessor?
What is break in c?
Is there a built-in function in C that can be used for sorting data?
What is a const pointer 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