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 5396Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30916Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12148Give 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 15800Post New Sun Microsystems Interview Questions
How do you ensure ethical considerations are addressed in your work?
Does mvc support session?
how many pulses are required by a ac induction servo motor of 4 poles with 50 Hz frequency to rotate by 1 degree?
What is spring design pattern?
What is Business Activity Monitoring or BAM?
can we retrieve only integer/String type columns from a table,if yes how?
A roof has a U value = 0.65 W/m2 .C. Extra insulation is to be provided. This insulation has a thermal resistance = 1.5 m2"C/W. Calculate the new improved U value.
What is angular controllers?
How many types of reports can be generated using testdirector?
Why the concept of single thread model interface is used?
How many types of ipc mechanism do you know?
How do you copy a vlookup formula?
What is an IDQ file? What is the purpose of the IDQ file and what kindof information does it usualy hold? Can it be imported by informatica?
What are the types of dos commands?
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.