f=(x>y)?x:y
a) f points to max of x and y
b) f points to min of x and y
c)error
Answer Posted / guest
a) f points to max of x and y
if (x > y) is true.. x would be returned, else y.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
ATM machine and railway reservation class/object diagram
What is keyword in c?
What is a example of a variable?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Why clrscr is used after variable declaration?
What is the difference between array_name and &array_name?
I need previous papers of CSC.......plz help out by posting them.......
What is ## preprocessor operator in c?
What is the advantage of a random access file?
What is the use of a static variable in c?
How do you search data in a data file using random access method?
What are type modifiers in c?
what do you mean by inline function in C?
Stimulate calculator using Switch-case-default statement for two numbers