Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2841Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
1 5398Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30939Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12153Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
8 15803Post New Sun Microsystems Interview Questions
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Am a Sap Fi trainee learning the process, i came across a topic Foreign currency valuation. my doubt is whether foreign currency valuation and foreign currency revaluation is one and the same?
Is there a way to apply the same formatting to every sheet in a workbook in excel?
Expand CTS.
How we can create indexes after completing the load process?
What do you mean by anr in android?
What is dllhost exe used for?
In 8085 which is called as high order / low order register?
Can we move back and forward in browser using selenium?
Is django faster than rails?
What about the naming convention in yii?
describe the Tranformer testing procedure
At one time what is the height of Lift for concreting for Bridge Piers Class B Loading and refer the code.
What is lan-free backup
how to get the cursor position?