Answer Posted / your well-wisher
Please don't join syntel. specially experienced person.
3000 experienced people have resigned from syntel and you
can imagin how is the syntel's reputation to retain or
giving growth environment.
Recently Our CEO resigned on very short notice that god
know he resigned or asked him to put paper.
But please please, please think twice and thrice before
joining syntel........
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
How do you initialize pointer variables?
What is the difference between single charater constant and string constant?
Explain continue keyword in c
What is 2c dna?
What is the size of enum in c?
What are operators in c?
How a string is stored in c?
how to write a c program to print list of fruits in alpabetical order?
differentiate built-in functions and user – defined functions.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
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
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is void pointers in c?
Write a program in c to replace any vowel in a string with z?
What's a good way to check for "close enough" floating-point equality?