can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
Answer / abhimanyu kumar vatsa
As per question "svit00ef27@yahoo.com" is a e-mail ID and
to read the material on it you should have the password of
this ID.
Is This Answer Correct ? | 4 Yes | 2 No |
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
where are auto variables stored? What are the characteristics of an auto variable?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
program to print upper & lower triangle of a matrix
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Find greatest number out of 10 number without using loop.
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
write a program of bubble sort using pointer?